database concepts Flashcards
list all 6 limitations of file system
difficult to access, data redundancy, inconsistency, isolation, dependence, controlled data sharing
in general, a file is a collection of all related
records
relational database is a collection of
tables
_ helps to enforce integrity and identity the relationship between tables
key
minimal superkeys are known as _
candidate keys
rdbms must comply with atleast _ rules
6
_ is an operation that is used to combine rows from two or more tables based on one or more common fields between them
join
in a relational database, a referential integrity constraint can be specified with the help of
foreign key
to specify additional checks in table attributes, the _ constraint is used
check