1-10 of 211 hubssort by Hot Best Latest

rakeshfan profile image87

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...

26 comments    technology job interview
90

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: ...

17 comments    business technology internet
Database Configuration Assistant84

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
85

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...

11 comments    technology oracle sql
80

How to Download and Install Wordpress Blogging Software

This is the first part of a Wordpress tutorial I am writing on Hubpages. This tutorial covers downloading and installing Wordpress blogging platform/CMS.

8 comments    blog blogging wordpress
81

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
77

Oracle pl sql tutorial and guide

Best Oracle pl/sql interview questionsSource: www.oraclepassport.com 1. Is it possible to delete a column in table with data in Oracle? Yes, possible 2 . Is it possible to delete a column in table without...

0 comments    technology books career
Alpho011 profile image79

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
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...

7 comments    how to technology internet
75

Oracle SQL*PLUS

Put in sqlplus.bat: Set NLS_LANG=French_France.WE8PC850 sqlplus.exe CONNECT login/password@SID Set pause on SELECT * FROM employees; SELECT USER FROM DUAL; Display the names of all...

oracle sql plus
working