Important terminologies:
Database: A collection of organized data.
Table: A structure in a database with rows and columns for data.
Primary Key: A unique identifier for records in a table.
Query: A command to retrieve or manipulate data from a database.
Foreign Key: It is a connection that connects two tables by linking the field or the multiple fields from one table to the key fields or the primary key in another table.
No comments:
Post a Comment