Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 295 Bytes

File metadata and controls

7 lines (6 loc) · 295 Bytes

Key Concepts in DBMS

  • Table: A collection of rows and columns.
  • Row (Tuple): A single record in a table.
  • Column (Attribute): A field that defines a property of data.
  • Primary Key: Uniquely identifies each record in a table.
  • Foreign Key: Links one table to another.