Definition of Database

In Oracle, a database refers to the entire Oracle RDBMS environment and includes these components.

A Microsoft SQL Server database provides a logical separation of data, applications, and security mechanisms, much like a tablespace. Where Oracle supports multiple tablespaces, SQL Server supports multiple databases. Tablespaces also can be used to support the physical placement of data; SQL Server provides this same functionality with filegroups.

Microsoft SQL Server also installs the following databases by default:

For more information about the default databases, see SQL Server Books Online.