create one table to capture an employee details with a primary
key.
Answer / safi
create table <tablename>(col1 datatype primarykey,.....coln datatype)
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain rename?
Which are the five query types available in oracle?
When do you get a .pll extension in oracle?
What is set operator oracle?
How to return top 5 rows in oracle?
What are the types of synonyms?
What is the difference between the Oracle ODBC driver and a Microsoft ODBC (Open Database Connectivity) Driver?
What is different types of joins?
What spfile/init.ora file parameter exists to force the CBO to make the execution path of a given statement use an index, even if the index scan may appear to be calculated as more costly?
What are the set operators union, union all, minus & intersect meant to do?
what are views?
What is oracle used for?