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 |
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?
Explain the importance of .pll extension in oracle?
Does oracle partitioning improve performance?
When do I need to use a semicolon vs a slash in oracle sql?
What is data type in oracle?
Please explain the difference between outer join and inner join? With examples would be appreciable..!
16. Display the order number, order line number and the shipping date. If the shipping date is null, display the string <not shipped yet>.
What is clusters ?
how to select second mauximum value in a given table under salary column
What is a tns service name?
Explain the different normalization forms?
How to use "out" parameter properly?