What is the difference between SQL Constraint and PL/SQL
constraint.Pls give all the constraint name.
Answer Posted / siva
Both SQL Constraint and PL/SQL constraint are the same.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is difference between joins and union?
What are the different types of database management systems?
Table 1: col1 Timestamp ---------------- 01-mar-2012 11:12:46 Table 2: col2 Timestamp -------------------- 01-mar-2012 11:12:10 01-mar-2012 11:11:23 Write a query to display a row with table2 col2 value less than tabl1 col1 value. Maximum timestamp value previous to table1 col1 value. Display a result as: Col1 col2 ----- ----- 01-mar-2012 11:12:46 01-mar-2012 11:12:10
what does the t-sql command ident_incr does? : Transact sql
what are the different type of sql's statements ? : Sql dba
What is composite data type in pl sql?
How to avoid duplicate records in a query?
How do you delete duplicates in sql query using rowid?
Can we use rowid as primary key?
What are the types of subqueries?
How to run pl sql program in mysql?
How to create your own reports in sql developer?
What is the primary use of normalization?
What are the popular database management systems in the it industry?
How many tables can a sql database have?