What are the various constraints used in oracle?
Answer / Dhirendra Kumar Gupta
Oracle supports a wide range of constraints including NOT NULL, UNIQUE, PRIMARY KEY, FOREIGN KEY, CHECK, and others. These constraints help maintain data integrity by enforcing rules on tables and their columns.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is truncate autocommit in oracle?
What is an oracle cursor variable?
How would you design a database for an e-commerce website?
Why does Oracle not permit the use of PCTUSED with indexes?
How do I find my oracle client driver version?
How to rename a tablespace in oracle?
hi friends, I have a table A col as status|NUM and value as open |1 open |2 close |3 close |3 the O/P should be open|close 1 |3 2 |4
what's query optimization and without use of IN AND Exist can we get another way data from query
What is flashback Query ? And Use ?
Write query to fetch second maximum salary from employee table.
4 Answers Bravura Solutions, HCL,
What is an Index Segment ?
what is main def between plsql/table and array?