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 |
Give the various exception types.
What is Index and different types of Indexes?
20. Using a set operator, display the client number of all clients who have never placed an order.
what is the difference between functional dependecy and multilevel dependency?
What are the differences between primary key and unique key?
How to create a table interactively?
Write query to fetch second maximum salary from employee table.
4 Answers Bravura Solutions, HCL,
what is data abstraction
What is the simplest tool to run commands on oracle servers?
How to retrieve first and last records from a table?
Can you drop an index associated with a unique or primary key constraint?
What is raw datatype?