What are the usefulness of primary key secondary key and stored procedure in relational database?
Answers
Answered by
0
A relational database includes tables containing rows and columns. ... Entity integrity ensures that the primary keyin a table is unique and that the value is not set to null. Referential integrity requires that every value in a foreign key column will be found in theprimary key of the table from which it originated.
Similar questions