01 Introduction to SQL
01 Introduction to SQL
API
DATABASE DBMS USER
What Is A Table, Record, Row, Column
Table
● Tables are database objects that contain all the data in a database
● In tables, data is logically organized in a row-and-column format similar to a spreadsheet
● Each row represents a unique record
● Each column represents a field in the record
Record
Row
Column