Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Introduction
2. Tables

Instruction

SQL Server stores information in tables. You can have many tables in one database and each of your tables will store data that refers to similar objects. Each table has a name that you can use to refer to it.

For example, the database of your university may include a table named Student with all the data regarding its students. Another table named Subject may contain information on the subjects taught at your university. And so on.

Exercise

In our platform you can peek at a given database table in the Database tab on the right. Expand the Database tab and look at the university tables.

Click Next exercise when you're done to continue.