1-10 of 187 hubssort by Hot Best Latest

76

Make a Blog: GoDaddy vs HostGator

When searching for your first hosting provider you are confronted with a very basic question. Which can be quickly made difficult by the plethora options and terms in the field, a simple thing to keep in mind...

6 comments    how to technology internet
86

Simple PHP web based address book using MySql

Today we will be creating a web based address book using PHP and MySql, it will be using the $_GET superglobal, as a means of reviewing the database contents. Before we start here are the source files: ...

16 comments    business technology internet
Database Configuration Assistant80

Newbie Guide to Oracle 11g Database Common Problems - Create & Start Database, Listener , Enterprise Manager and more

I recently setup the Oracle database 11g on my server at home, and went through a lot of troubleshooting to solve the many different errors I came across thought I would make this hub to help fellow database...

0 comments    simply server display
82

Oracle Analytic Functions

Oracle Analytic Functions Analyctic functions in Oracle are set of functions and clauses used for arriving statistical informations like sum, average. These functions are more flexible to use and efficient....

1 comment    technology oracle database
78

Mastering Oracle Date Arithmetic

Date Arithmetic is the calculations based on date. Doing Date calculations is a night mare many times for a developer, especially in Oracle many developer felt this. But many of us never knew simple tricks...

10 comments    technology oracle sql
rakeshfan profile image91

More Oracle Interview Questions : SQL and PL/SQL

I can say Oracle database is a box of chocolates. You never know what you're gonna get. The more I learn about it, the more there is to learn. It's getting so much better with each new release too. See what...

23 comments    technology job interview
Alpho011 profile image72

Show Javascript Confirmation Warning before deleting the record in MySQL , PHP and Javascript

We are going to update the address book tutorial in giving you a warning before you delete the record in MySQL. If you missed the address book how to go here. References are found above If not we continue...

5 comments    advice how to technology
77

Learn SQL Server How To Create Cursors

This is a new topic in Learn Sql Server series. Cursors are more talked about entity in Sql server. Sometimes some guys asked me how to process rowwise data in Sql Server and I wonder how curious they were...

0 comments    software database sql server
Cherryyou profile image72

Backup Your Data Files - Why and Where?

"My computer won't crash.” Well, like most things, your computer has a certain life span. In addition, like a human being, it has its annoying 'quirks' and vulnerabilities. Despite claims of the...

0 comments    advice how to technology
selvirajan profile image76

Oracle 10g New Features in SQL

Oracle 10g is release targetted on two goals : Manageability and performance I have provided the highlights on SQL Enhancements here. And planning to post more related items here. New features with SQL in 10g...

0 comments    sql oracle sql oracle 10g
working