DBMS Pritam
DBMS Pritam
What Is a Database?
the term "records" refers to rows, or horizontal groupings of unique field data.
A primary key is a column or set of columns in a relational database table that uniquely identifies each
record in the table:
The main objects in Microsoft Access are tables, queries, forms, reports, and macros.
Characteristics of a database:
1. Data Independence: The database is independent of the application programs that use it.
2. Data Integration: The database integrates data from multiple sources into a single, unified view.
3. Data Security: The database provides mechanisms for controlling access to the data, such as
passwords, access control lists, and encryption.
4. Data Integrity: The database ensures that the data is accurate, complete, and consistent by
enforcing data validation rules and constraints.
5. Data Redundancy: The database minimizes data redundancy by storing each piece of data only
once.
6. Data Consistency: The database ensures that the data is consistent across all applications and
users.
7. Scalability: The database can handle increasing amounts of data and user traffic without
compromising performance.
8.Query Language: The database provides a query language, such as SQL, that allows users to
define, manipulate, and query the data.
9. Backup and Recovery: The database provides mechanisms for backing up and recovering the
data in case of a failure or disaster.
10. Concurrency Control: The database provides mechanisms for controlling concurrent access to
the data by multiple users and applications.
ANSWER
It is the default view of the table. It shows all the In this view, the records are not visible. Only the
fields and the records as entered by the user. field names and their data types are visible.
In the datasheet view you can edit the the value but In design view a user can, as the name of the
can do anything else for example you view state design and make a database.
cannot change the overall format or style of the
database.
Information is displayed or presented in rows and In design view you can make new database and
columns edit a pre existing data base to your liking.