Skip to main content

What is a database table?

Entry MySQL
Quick Answer A database table organizes data into rows and columns. Each column has a defined name and data type (INT, VARCHAR, DATE). Each row is one record. Tables have a structure (schema) that all rows follow. A database contains multiple tables. Related tables are connected via foreign keys. Think of it as a spreadsheet with strict data types and constraints.

Answer

A table is a structured set of rows and columns used to store related data, where each row is a record and each column has a data type.
S
SugharaIQ Editorial Team Verified Answer

This answer has been peer-reviewed by industry experts holding senior engineering roles to ensure technical accuracy and relevance for modern interview standards.

Want to bookmark, take notes, or join discussions?

Sign in to access all features and personalize your learning experience.

Sign In Create Account

Source: SugharaIQ

Ready to level up? Start Practice