How do I manually create a database in oracle?
No Answer is Posted For this Question
Be the First to Post Answer
What is a Shared SQL pool ?
how to insert data into partitioned table partition done by Range partition
In my table i have 4 columns with 100 records but in that 4 columns one column contains all NULL values so can i add NOT NULL CONSTRAINT on that column......... ok if it is not possible, can i add NOT NULL CONSTRAINT from 101 Record Onwards?
When does a Transaction end ?
how to produce numbers from 1 to 10 using dual table
What are the uses of synonyms?
a query to select maxmun 3 salaries of employee table
Can anyone give me information about oracle certification
How do you store pictures in a database?
What is memory advisor in Oracle?
What do you mean by merge in oracle and how can we merge two tables?
I have two tables : COuntry,city I want all the cities in each country.Question on Cross Join.