Answer Posted / suresh somayajula
Integrity Constraint is a rule that restricts a value to a
clomn in table.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the use of & in pl sql?
What is the use of sqldataadapter?
Is keyword pl sql?
What are the datatypes available in pl/sql ?
How you can copy a file to file content and file to pl/sql table in advance pl/sql?
Can we declare a column having number data type and its scale is larger than pricesionex: column_name number(10,100),column_name numbaer(10,-84)
How many parts of a pl sql block are optional?
How many types of functions are there in sql?
What is the difference between function and procedure in pl/sql?
How do you write a subquery?
what happens when the column is set to auto increment and you reach the maximum value for that table? : Sql dba
Can we call dml statement in function?
What is sql query optimization?
How does a covering index work?
What is scalar and vector?