why can't we assign not null constraint as table level
constraint
Answer Posted / newton_dba
A NOT NULL CONSTRAINT IS USAUALLY APPLIED ON COLUMN LEVEL
BUT IT CAN BE APPLIED ON THE TABLE LEVEL BY USING ALTER
TABLE STATMENT
ALTER TABLE EMP
MODIFY (ENAME CONSTRAINT EMP_ENAME_NN NOT NULL);
| Is This Answer Correct ? | 7 Yes | 13 No |
Post New Answer View All Answers
What is a subquery in oracle?
What is where clause in oracle?
What is the scope of a local variable?
How to create a stored function in oracle?
How to find the duplicate rows count from employees table in oracle?
How to manage transaction isolation level?
Respected sir, Please send me technical questions related to oracle apps..
What are privileges and grants?
What is raw datatype in oracle?
what is insert all statement in sql
What is an oracle function?
What is the meaning of recursive hints in oracle?
What are a query and state the different types of queries and their uses?
What are the different types of trigger and explain its various uses and functions?
 What are the oracle DML commands possible through an update strategy?