Part B Unit 3 CH 1
Part B Unit 3 CH 1
Ans. (a)
Data Information
Raw facts and figures is called data Processed data is called information
(b)
Form Query
Library
(a) Name the fields in the given table.
Ans. Fields in the table are
1. Book_Id
2. Book Name
3. Author Name
4. Price
5. Publisher
(b) Which field should be made the primary key?
Ans. Book_Id
(c) Is there any alternate key in the table?
Ans. Book Name
(d) How is primary key different from foreign key? Explain with example.
Ans.
Primary Key Foreign Key
For Example
In ‘TEACHER’ table ‘T_ID’ will act as Primary Key while in “DEPARTMENT’ table ‘T_ID’ will
act as Foreign Key