What is referential integrity and how is it achieved?
Answer / koteshwar rao .palleboina
when foreign key constraint is created on a column
referential integrity is achieved .
when foreign key constraint is created on a column,that
column reference other column in the different table or
even in the same table but the reference column must be
primary key or unique key.
when a new value is added in a column referenced with
foreign key ,then the foreign key relation checks whether
the new value matches with the reference column or not.
If value matches then they are allowed into the table
| Is This Answer Correct ? | 15 Yes | 1 No |
syntax for deleting the database in T SQL
What is page-level compression?
Is sql server free?
Explain transaction server consistency?
What is the difference between Stored Procedures and triggers?
what are default? Is there a column to which a default cant be bound?
What is transact-sql ddl trigger?
Wht is SQL Injection Attack ?
What Is The Difference Between Primary Key & Super Key
After recovering the database by using tail log backup.How to verify the data has been sucessfully restored or not.?
How to select all columns of all rows from a table with a select statement in ms sql server?
what is integrated security (SSPI). why we use in the connection string?
Oracle (3259)
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)