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 is a private synonym?
What is hot backup and logical backup?
write a query to count number of alphabets in given string for example "APPLE" write a query to generate sequence from 50 to 100 write a query to display in single string "ABCD,EFGH,IJKL,PQRS"
Can a View based on another View ?
What is the difference between INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN?
What is a Garbage Collection? and what is full recursive Garbage collection?
What is Database Link ?
What are a cluster and non-cluster index?
i have a table with the columns below as Emp_ID Address_ID Address_Line City Country -------- --------- ----------- ------ --------- Q: Display the Emp_ID's those having more than one Address_ID
what is primary key and foreign key when and where have to use
How to get the Installed Oracle Version Information ?
What do you mean by merge in oracle?