Relational Database Concepts: Among of Candidate Keys If Any Single Candidate Key
Relational Database Concepts: Among of Candidate Keys If Any Single Candidate Key
Ans. A database is a collection of data or information that is organized so that it can be easily
accessed, managed and update.
Q2.What is DBMS?
Ans. Database management system(DBMS) refers to a software that is responsible for storing,,
maintaining and utilizing database in an efficient way.
Ans. Relational database management system(RDBMS) is a collective set of multiple data sets
organized by tables, records and columns
Ans. A database along with DBMS software is called database system. Eg- MS access, paradox etc.
Ans. Data model is the way of representing data. There are 5 ways of representing data:-
Q6. A table “Transport” in a database has degree 3 and cardinality 8. What is the
No. of rows= 8
Q9. Mr. Sanghi created two tables with CITY as Primary key in Table1 and Foreign Key in Table2.
While inserting a row in Table2, Mr. Sanghi is not able to enter a value in the column CITY. What
could be the possible reason for it?
Ans. Mr. Sanghi could have tried to enter the name of city in table 2 that is not present in table 1.
Q11. A table FUNFOOD has 13 rows and 17 columns. What is the cardinality and degree of this
table?
Ans. Cardinality = 13
Degree = 17
Ans. Data integrity and accuracy can be maintained in a table by applying validations or constrain
like a primary key for an attribute.