Answer Posted / shrikant jadhav
create table emp(id number(12),name varchar(12));
| Is This Answer Correct ? | 3 Yes | 20 No |
Post New Answer View All Answers
How do I manually create a database in oracle?
How to call a sub procedure?
what is meant by magic query
What is the maximum number of triggers that can be applied to a single table?
How do I spool in oracle?
Explain a segment?
What is the difference between a user and a schema in oracle?
What is a connect identifier?
What view(s) do you use to associate a users SQLPLUS session with his o/s process?
When do you get a .pll extension in oracle?
what is Single Byte Overhead...?
Explain an extent?
I just want to maintain data like an employee can belongs to 3 or more departments . We can resolve this by using composite key but it avoids normalization rules. So Can anyone tell me how can I maintain data.
How to define a record variable to store a table row?
What is the difference between hot backup and cold backup in oracle?