SQL Server Interview Question #4

What is a database?

SQL Server Fundamentals Junior Beginner

Detailed Explanation

A database is an organized collection of related data stored electronically so applications and users can efficiently create, retrieve, update, and manage information.

For example, an e-commerce database can contain Customers, Products, Categories, Orders, OrderItems, and Payments tables. SQL Server can host multiple databases within one SQL Server instance.