What are the various levels of constraints?
Answer / Ravi Kumar Shukla
In SQL, there are three levels of constraints: table constraints, column constraints, and assertion constraints. Table constraints are defined on the entire table (such as primary key, foreign key). Column constraints are applied to individual columns (such as not null, unique). Assertion constraints define a check condition for multiple tables.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the different types of joins and explain them briefly.
Why do we go for stored procedures?
what are the advantages a stored procedure? : Sql dba
what are the maximum number of rows that can be constructed by inserting rows directly in value list? : Transact sql
How many database objects (trigger, packages, sequence etc) uses a particular field in a given table. For ex: I want to know how many database object uses the ATTRIBUTE1 in the PO_VENDORS table. What query will give me the result showing the database object name(package, trigger etc), field_name used (in this case ATTRIBUTE1) and table_name (in this case PO_VENDORS).
What is trigger in sql?
what is data integrity? : Sql dba
What are different types of queries in sql?
Why coalesce is used in sql?
source destination distance chennai bangalore 500 bangalore chennai 500 hyd delhi 1000 delhi hyd 1000 bangalore hyd 800 Here chennai to bangalore and bangalore to chennai is same distance. and hyd and delhi also same criteria. Based on the distance i want to display only one row using sql query?
what are the authentication modes in sql server? : Sql dba
What is the difference between delete, truncate and drop command?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)