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
Can we use oracle pl/sql block in core java? if so how? pls get back to me .....
What are the advantages of oracle?
What are the differences between blob and clob in oracle?
What are the benefits of ordbms?
How to apply filtering criteria at group level in oracle?
Explain integrity constraint?
What is logical backup in oracle?
What is a user account in oracle?
Can we write dml statement in function in oracle?
What is an oracle transaction?
What is the usage of control file in oracle?
What is the sid in oracle?
How to retrieve the count of updated rows?
How to define a variable to match a table column data type?
How to create an oracle testing table?