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 |
State any two functions of oracle?
What is the difference between alert log file and trace file ?
19. Display all clients whose name begins with the letter J or contains the letter M anywhere or contains E as the third letter.
what is the use of rank function?
What is the difference between SQL, DDL, and DML?
7 Answers BeBo Technologies, Wipro,
what is the syntax of ALTER command?
create one table to capture an employee details with a primary key.
When does a Transaction end ?
State the difference between a primary key and foreign key?
How to count duplicated values in a column in oracle?
What are nested tables?
How does the on-delete-cascade statement work?