SQL - Table
cre: Learn SQL.com
SQL is a standard language for storing, manipulating and retrieving data in databases.
Tables
Every relational database stores information in tables. You can have many tables in one database and each of your tables will hold data which refers to similar objects. Each table has a name so you can find out what kind of information is stored there.
For example, the database of your university would include a table named student with all data regarding students, another table subject with information on the subject at your university, etc.
Nhận xét
Đăng nhận xét