A table is a database structure used to store organized data in rows and columns. Each row represents a record, while each column represents a specific type of information or attribute.
Tables are one of the core components of relational databases and are used to manage, retrieve, and organize data efficiently.
For example:
A school management system stores student information such as name, roll number, and grade inside a student table.
An e-commerce website stores product details in a product table.
A banking system stores transaction records in transaction tables.
Common technologies and concepts related to Tables include:
- SQL
- Relational Databases
- MySQL
- PostgreSQL
- Rows & Columns
- Primary Key
- Foreign Key
- Queries