what is the need of indexing topic in oracle? where do we use
in a Java project? any other option other than using this to
get the same result where we use indexing ?
No Answer is Posted For this Question
Be the First to Post Answer
How to use fetch statement in a loop?
Explain the dml?
What is the meaning of recursive hints in oracle?
WHAT IS THE DIFFERENCE BETWEEN PRIMARY KEY(PK) CONSTRAINT AND UNIQUE KEY(UK) + NOT NULL(NN) CONSTRAINT ASSIGN TO A COLUMN ? INSTEAD OF ASSIGNING PK ,WE CAN ASSIGN UK + NN TO A COLUMN. WHAT ARE THE MARRITS AND DEMARITS BETWEEN THE ABOVE TWO?THE ABOVE TWO ARE SAME,THEY DON'T ALLOW DUPLICATE AS WELL AS NULL VALUES.
What happens if you lost a data file?
Why is oracle database so popular?
i have a table with 1 lac of data.i want to insert this data into another table. i want every 5000 of data insert use a commit.using counter and if error is comming in the 5000 of data it rollback.
What are the numeric comparison operations?
i must get table name, constraint type, constrain name with using concads "||" and it must be in string type, then with join processes i need code please help immidiately
what is the syntax of DROP command?
How to get a list of all background sessions in the database?
How to use "in out" parameter properly?