38 solutions available
Question 1Assertion (A): Database management system is an application software which arranges data in a well-organized manner in the form of...
Question 2Assertion (A): In hierarchical model, the data is organized in a tree-like structure.Reasoning (R): In hierarchical model, searching for a...
Question 5Assertion (A): The number of attributes in a relation is called the degree of the relation.Reasoning (R): The number of tuples in a...
Question 6Assertion (A): Each table must have one primary key.Reasoning (R): Primary key is a set of one or more attributes that uniquely identifies...
Question 3What is the difference between data and information?
Question 4What is database and database system? What are the elements of database system?
Question 7(a)Explain the difference between database and file.
Question 7(b)Explain the difference between data and file.
Question 8Describe the components of the database system.
Question 9What are the advantages and disadvantages of DBMS?
Question 10What is the role of DBA?
Question 11What is data redundancy? How can it be controlled?
Question 12What is data abstraction? What are the different levels of abstraction?
Question 13What is data independence?
Question 14Give the terms for each of the following:(a) Collection of logically related records.(b) DBMS creates a file that contains description...
Question 15Why are foreign keys allowed to have NULL values? Explain with an example.
Question 16(a)Differentiate between database and table.
Question 16(b)Differentiate between primary key and foreign key.
Question 16(c)Differentiate between degree and cardinality of a relation.
Question 17Compared to a file system, how does a database management system avoid redundancy in data through a database?
Question 18Suppose all customers of a particular business live in states of which the city name is unique. Given the following description for...
Question 19(a)Define Relation.
Question 19(b)Define Domain.
Question 19(c)Define Tuple.
Question 19(d)Define Attribute.
Question 19(e)Define Degree.
Question 19(f)Define Cardinality.
Question 20(a)Define primary key.
Question 20(b)Define candidate key.
Question 20(c)Define alternate key.
Question 20(d)Define foreign key.
Question 21Summarize the major differences between a relation and a traditional file.
Question 22What is the relationship between a database and a table?
Question 23What is DBMS? Write the names of any two DBMSs.
Question 24How is data organized in a table?
Question 25What is a primary key? What is its function in a table?
Question 26(a)Distinguish between Row and Column.
Question 26(b)Distinguish between database and table.