Answer Posted / sourav mukhopadhyay
Create index INDEXNAME
ON table(column-name);
| Is This Answer Correct ? | 1 Yes | 6 No |
Post New Answer View All Answers
List out the components of logical database structure of oracle database.
How to drop an existing table in oracle?
Is a rollback possible to any savepoint?
How to execute a stored program unit?
Explain the use of tables option in exp command.
Explain the truncate in oracle?
Can multiple cursors being opened at the same time?
20. Using a set operator, display the client number of all clients who have never placed an order.
How would you go about verifying the network name that the local_listener is currently using?
what is reindexing?
How to create a stored function in oracle?
Tab A A B ------ 1 A 2 B 3 C Tab B A B ----- 4 D 5 E 6 F Generate the value into B table from A table. Only table A has the value. Write the SQL query to get B table value.
What is bulk load in oracle?
What is the difference between Delete, Truncate and Drop in Oracle?
What is a subquery?