85 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 3Assertion (A): A database consists of multiple tables.Reasoning (R): A foreign key is used to represent the relationship between two...
Question 4Assertion (A): The limitations of traditional file system are overcome by storing data in a database.Reasoning (R): We can organize related...
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 7Assertion (A): A database can have only one table.Reasoning (R): If a piece of data is stored in two places in a database, it leads to...
Question 1A Database is an organized collection of records.
Question 2The three types of data models are Relational, Hierarchical and Network.
Question 3DBMS stands for Database Management System.
Question 4Data redundancy means duplication of data.
Question 5Tuples are known as rows and Attributes are known as columns in RDBMS.
Question 6The three levels of abstraction are Internal level, conceptual level and external level.
Question 7Physical/Internal level is the lowest level of abstraction.
Question 8Primary key is a key that uniquely identifies a record in a table.
Question 9A combination of attributes that can serve as a primary key is known as Composite Primary key.
Question 10Number of columns in a table is the degree of the table.
Question 1............... is a named collection of data items which represents a complete unit of information.FieldRecordTableDatabase
Question 2A ............... is a named collection of all occurrences of a given type of logical record.FieldRecordRelationDatabase
Question 3The number of attributes in a relation determines the ............... of a relation.DegreeTuplesAttributesCardinality
Question 4The rows of the relations are generally referred to as ............... .DegreeTuplesAttributesCardinality
Question 5The number of tuples in a relation is called the ............... of the relation.DegreeTupleAttributesCardinality
Question 6What is a database?Organized collection of information that cannot be accessed, updated and managedCollection of data or information...
Question 7............... is a set of one or more attributes that can uniquely identify tuples within the relation.Primary KeyAlternate KeyCandidate...
Question 8A candidate key that is not the primary key is called a/an ............... .Primary KeyAlternate KeyCandidate KeyForeign Key
Question 9A/An ............... is a non-key attribute whose value is derived from the primary key of another table.Primary KeyAlternate KeyCandidate...
Question 10Duplication of data is termed as ............... .Database InconsistencyData RedundancyData IntegrityData Consistency
Question 11Which of the following data models is suitable for one-to-many relationship?RelationalNetworkHierarchicalNone of these
Question 12Which data model uses tables?RelationalNetworkHierarchicalNone of these
Question 13Which level of abstraction describes how the data is actually stored in the database?External levelConceptual levelPhysical levelNone of...
Question 14In ............... independence, any changes made in the table format do not change the data residing on the...
Question 15Pool of values from where a column draws its value is called ............... .TableAttributeData setDomain
Question 16Candidate Key - Primary Key = ............... .Primary KeyAlternate KeyForeign KeyZero
Question 17Records are also known as ............... and fields are also known as ............... .Horizontal Data, Vertical DataAttribute,...
Question 18Which of the following are valid field names of the table: Employee?empid, ename, esalaryempid, ename, stu_namestu_Id, ename,...
Question 19Which of the following is not an example of DBMS?MySQLMicrosoft AccessIBM DB2Google
Question 20What does an RDBMS consist of?Collection of RecordsCollection of KeysCollection of TablesCollection of Fields
Question 1What is data?
Question 2What do you mean by information?
Question 3What is the difference between data and information?
Question 4What is database and database system? What are the elements of database system?
Question 5Why do we need a database?
Question 6What is database management system? Why do we need a DBMS?
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.
Question 1In relational data model, a table is called relation.
Question 2A row in a table will not represent a relationship among a set of values.
Question 3Data Item is the smallest unit of named data.
Question 4Data Item represents multi-type of information in a field.
Question 5In a relation, data is arranged in the form of rows and columns.
Question 6A relation can contain more than one primary key.
Question 7An alternate key is not a candidate key.
Question 8In a relation, a primary key is one of the candidate keys.
Question 9The network model provides many-to-many (M:M) relationships among child and parent nodes.
Question 10Data redundancy may lead to data inconsistency.