SQLzoo.net

Change the default schema/database.

SQL Server
In many engines several independant databases may exist. Often each user has his or her own database. This allows different users to use the same names for tables.


Specific to SQL Server
The master database includes system tables, many of these are hidden from normal users.

Related links:

  • USERS