πŸ§ͺ Data Base Management System (DBMS) MCQ Quiz Hub

Data Base Management System (DBMS) Mcq set 2

Choose a topic to test your knowledge and improve your Data Base Management System (DBMS) skills

When primary key is made up of two or more columns then it is called __ primary key.





βœ… Correct Answer: 3

A key which is referring to the primary key of another table is called __





βœ… Correct Answer: 4

When data is stored, maintained and retrieved from multiple tables then special database software are required called _





βœ… Correct Answer: 2

Identify the Foreign Key from table β€œSales” Table Client: ClientID (primary Key) clientname clientphone Table : Sales SalesID (Primary Key) ClientID Profit





βœ… Correct Answer: 4

Which of the following is not valid field of table β€œStudent” a. admno b.name c. fees d. salary





βœ… Correct Answer: 4

In RDBMS, data is organized in the form of __________________





βœ… Correct Answer: 4

SQL stands for _________________





βœ… Correct Answer: 2

All the values in ________ are of same type.





βœ… Correct Answer: 4

_ represent a single data item in a table.





βœ… Correct Answer: 1

________ are the basic building blocks of a database.





βœ… Correct Answer: 1

We can create table :





βœ… Correct Answer: 3

By default data type of fields is.





βœ… Correct Answer: 1

By default the length of Varchar data type is __





βœ… Correct Answer: 4

By default the name of the table is ______





βœ… Correct Answer: 2

___ are used to identify which type of data we are going to store in the database.





βœ… Correct Answer: 1

Which data type will be appropriate to store information as Salary, Fees, Price etc b. Alphanumeric Data types





βœ… Correct Answer: 2

Which of the following is not a numeric data type?





βœ… Correct Answer: 4

Which of the following data types can not store decimal values?





βœ… Correct Answer: 4

Which of the following will occupy more space in computer memory?





βœ… Correct Answer: 1

__ data types are used for storing photos, music files etc





βœ… Correct Answer: 1

Char is a ______ length data type and varchar is a ______ length data type.





βœ… Correct Answer: 1

Which field is suitable for storing records of employees?





βœ… Correct Answer: 4

Auto Value is a property of __ data type .





βœ… Correct Answer: 1

Which of the following property help to set the number of characters in Varchar type.





βœ… Correct Answer: 4

Which property ensures that field can not be left blank?





βœ… Correct Answer: 1

By default the length of the Integer data type is ______________





βœ… Correct Answer: 1

Which of the following property to be turned β€œyes” so that value will be auto incremented?





βœ… Correct Answer: 3

Which of the following is not the binary data types?





βœ… Correct Answer: 4

Which of the following is not the date time data types?





βœ… Correct Answer: 3

Which data type is used to store value of fields like β€œDate of Birth”?





βœ… Correct Answer: 1

We can ____________________ data in table.





βœ… Correct Answer: 4

In which view data can be entered in table?





βœ… Correct Answer: 1

In which mode we can change the structure of table?





βœ… Correct Answer: 2

Sorting means to arrange data in _______________ order.





βœ… Correct Answer: 3

In Base data can be linked between two or more tables with the help of _________________





βœ… Correct Answer: 3

Relationship can be created between





βœ… Correct Answer: 3

Relationship between tables can be created from _____________________ menu.





βœ… Correct Answer: 4

There are __________________ types of relationship which can be created between tables.





βœ… Correct Answer: 1

Which language help to extract/fetch data from table?





βœ… Correct Answer: 1

We can create query (in Open Office Base) in _______________________





βœ… Correct Answer: 3

SQL stands for __________________





βœ… Correct Answer: 2

_________ statement is used to retrieve data from table.





βœ… Correct Answer: 3

_________ is the most common DML command.





βœ… Correct Answer: 3

DML stands for ____________





βœ… Correct Answer: 1

Which of the following clause return specific rows?





βœ… Correct Answer: 2

Which of the following clause return records in ascending order?





βœ… Correct Answer: 1

Command to display all the data in the table β€œemp” is. a.





βœ… Correct Answer: 2

Command to display all the data in the table β€œemp” is.





βœ… Correct Answer: 2

Shortcut to execute query in Create Query in SQL View is __





βœ… Correct Answer: 2

Which command is used to display the salary of all the employees after incrementing by 1000.





βœ… Correct Answer: 1

Select β€œsalary” from emp;





βœ… Correct Answer: 3

Select β€œempname”, β€œsalary” * 3 from emp;





βœ… Correct Answer: 2

To get details about the list of students whose favorite color is blue. Query for this is :





βœ… Correct Answer: 3

select * from Stud order by β€œRollno” ASC;





βœ… Correct Answer: 2

Command to increase the salary of all employees by 15000.(table name emp and column name sal)





βœ… Correct Answer: 1

By default data is arranged in _____ order using order by clause.





βœ… Correct Answer: 1

Which of the following is DML commands?





βœ… Correct Answer: 4

A ________ provides a systematic way of storing information into the database.





βœ… Correct Answer: 3

Which of the following act as an interface to view, enter and change data in database?





βœ… Correct Answer: 4

A _______ helps to collect specific information from the pool of data.





βœ… Correct Answer: 1

Which of the following is to be created first?





βœ… Correct Answer: 4

Which of the following field is invalid for storing information of β€œLibrary” Table? b. c. d.





βœ… Correct Answer: 3

Which of the following is suitable to act as a primary key in table student?





βœ… Correct Answer: 1

A foreign key is a reference of the ________ key in another table.





βœ… Correct Answer: 2

In a table we can have only ______ primary key.





βœ… Correct Answer: 1