What the is the diff between local index and global index. give some example.
No Answer is Posted For this Question
Be the First to Post Answer
what is load balancing and what u have used to do this?(sql loader)
How can we delete duplicate rows in a table?
What is the difference between Sleep and Wait? (Java)
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?
if i am using dml statement in function. then i am writing select statement what was the output
How to handle a single quote in oracle sql?
Difference between cartesian join and cross join?
Explain drop constraint oracle?
How to use like conditions in oracle?
Describe an oracle table?
what is the syntax of UPDATE command?
I have table-A(1,2,3)& table-B(3,4,5).what is the different b/w below questions? A union all B? B union all A?