create one table to capture an employee details with a primary
key.
Answer Posted / safi
create table <tablename>(col1 datatype primarykey,.....coln datatype)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain integrity constraint?
How can you merge two tables in oracle?
What is open database communication (odbc) in oracle?
How do you increase the OS limitation for open files (LINUX and/or Solaris)?
What do database buffers contain?
can anyody please send me the dump for Oracle 10g certifications for DBA path?
How to connect to the server with user account: sys?
What is archive log in Oracle?
What is data block in Oracle?
How will you identify oracle database software release?
what's query optimization and without use of IN AND Exist can we get another way data from query
What is a view and how is it different from a table?
How to load data through external tables?
What is an index associated with a constraint?
List the parts of a database trigger.