Prevents simultaneous access to records in a database
Used to prevent inconsistencies or loss of updates
Deadlock can occur in record locking
Redundancy:
Redundancy is having one or more copies of data in physically different locations
Helps in data recovery in case of damage
SQL - Structured Query Language used to interact with DBMS
Database Management System (DBMS) provides the software interface between users and databases
Column
A named data storage area in a table that holds a specific type of data
Field
A specific value within a column
Record
A single row in a database table that contains data for each column in that table
Table
A collection of related data that is organized into rows and columns
Column
A named data storage area in a table that holds a specific type of data. It is a vertical group of cells that extends from the top to the bottom of the table.
Row
A horizontal group of cells that extends from left to right across the table. Each row is identified by a unique number or numbers, and all the data in a row relates to a specific record or observation.