The Total solution for NCERT class 6-12
Answer - 1 : - A collection of related information organised as tables is known as database, e.g. INGRES, MySQL etc.
Answer - 2 : - DBMS is used to store logically related information at a centralised location. It facilitates data sharing among all the applications requiring it.
Answer - 3 : - A database contains multiple tables whereas, a table cannot exist outside a database.
Answer - 4 : - A database is used to store logically related information in table.
Answer - 5 : - A field is an area, reserved for a specific piece of data. It is also known as attribute, e.g. Customer_Name.
Answer - 6 : - The full form of DBMS is Database Management System. It is a computer based record keeping system.
Answer - 7 : -
Answer - 8 : - A primary key uniquely identifies the record in the table.
Answer - 9 : - A primary key cannot allow null values and must have a unique index.
Answer - 10 : - Possible primary keys for an Employee table are empcode, empphonenumber.