Where the integrity constrints are stored in Data
Dictionary?
Answer Posted / tulsi
check the data dictionary tables
user_constraints
user_cons_columns
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What are inner outer left and right joins in sql?
Explain 3 basic parts of a trigger.
what are the different tables present in mysql, which type of table is generated when we are creating a table in the following syntax: create table employee (eno int(2),ename varchar(10)) ? : Sql dba
How delete a row in sql?
How can we implement rollback or commit statement in a trigger?
define data blocks ? : Sql dba
how do you control the max size of a heap table? : Sql dba
Why stored procedure is faster than query?
Is sqlite good enough for production?
what are the maximum number of rows that can be constructed by inserting rows directly in value list? : Transact sql
What is the maximum database size for sql express?
Is sql procedural language?
What is union and union all keyword in sql and what are their differences?
What is the current version of postgresql?
What is assignment operator in pl sql?