What is the difference between column level constraints and
table level constraints?
Answer Posted / hari
Column level and Table level Constraint
In column level we will give primary key after the data type
create table table-name(name varchar2(10) primary key)
In Table Level we will use constraint name..
| Is This Answer Correct ? | 19 Yes | 29 No |
Post New Answer View All Answers
interview questions with answer for cts
An automatic job running via DBMS_JOB has failedKnowing only that its failed, how do you approach troubleshooting this issue?
What is the Tune Query
What is concurrency in oracle?
How to write a query with a left outer join in oracle?
How to load data through external tables?
How to find the duplicate rows count from employees table in oracle?
What are operators in oracle?
What is the difference between $oracle_base and $oracle_home?
What is Virtual Private Database in Oracle?
Explain alias?
What do you mean by merge in oracle and how can you merge two tables?
What is oracle instant client?
What is a proxy object?
What is an anonymous block?