Hello student in this article we will discuss very important question related to Database management system. These question are very important for your Class 10 Board Examination. Session 2022-2023. You have to learn this question and you will get 10-12 Marks out of 12 Marks from this Section. Soon We will share more question based on Case Study or Competency Based question. Till now learn these question and ask your doubt by writing in comment section.
What is database? What is its significance?
A database is a collection of logically relate data. The database systems store data centrally at ne place where from all applications can get the data required.
The centralized storage facilitates many advantages like:
- Controlled Redundancy
- Data Sharing
- Data consistency
- Standardization
- Enhanced data Security.
What do you understand by tables in database management system?
In a database management system various types of object together manage and maintain the system. Tables are one of them. A table is a storage container that stores data pertaining to single object, subject or purpose.
What is difference between a flat database and relational database?
- In a flat database, all the data is stored in a single file e.g. a spreadsheet.
- In a Relational database data is stored in multiple tables linked via common fields e.g. Base of OpenOffice.org is relational database.
- Network Database
- Hierarchical Database
- Relational Database
- Object-Oriented Database
- Data Manipulation Languages (DML)
- Structured Query Language (SQL)
- Data Definition Language (DDL)
- Transcation Control language (TCL)
- Primary Key .
- Foreign Key .
- Table/Relational.
- Query.
- It allows multi-users to operate the database at a single time, making it more efficient
- Securing the data is easy. The administrator can restrict the usage of the database to a few people only.
- A single file can manage the entire database which is why duplicity and redundancy cannot happen. This makes the data more consistent and easy to update
- Since tables can be created in DBMS, interrelating the data and elements with each other is convenient
- The backup and recovery of data is managed by the software, which ensures that the database is secure at all times
0 Comments