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 tab on the right. Expand the tab and look at the university tables.
Click when you're done to continue.



