COMPUTER APPLICATIONS
DATABASE MANAGEMENT SYSTEMS
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Query
|
|
Report
|
|
Tables
|
|
Microsoft Access
|
Detailed explanation-1: -Well, data in tables is stored in row and column format at the logical level, but physically it stores data in something called data pages. A data page is the fundamental unit of data storage in SQL Server and it is 8KB in size.
Detailed explanation-2: -A database is an organized repository of related information stored in a manner that enables it to be easily accessed, managed, and updated. Databases store information in a grid system consisting of rows and columns to make retrieval easier.
Detailed explanation-3: -The complete picture of data stored in database is known as Schema. The database schema of a database system is its structure described in a formal language supported by the database management system (DBMS).