database/table/etc Flashcards
(13 cards)
what does a relational database consist of and connected by?
more than one table and connected by relationships in database
what does tables consisted of?
one or more record
what do keys do?
uniquely identify records in a table
give use of primary key
it uniquely identifies records in table
give use of foreign key
a primary key that has taken from one table and into another
what is data validation?
checks if data is reasonable, sensible and within limits.
what does data validation guarantee and what will happen if data is rejected?
that data is present and correct type, range or length, it will display error message if data is rejected
what is data verification and give an example
method of checking data is input correctly e.g proof reading
define presence check
ensures that data is present, cannot be left blank or null
define length check
ensures data is correct number of characters
define type check
makes sure correct data entering e.g numeric, text ,date
define format check
determine if data entered matches predetermined pattern
define range check
ensures entered data is within lower limits and upper limits