🧪 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

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




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




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




4. Identify the Foreign Key from table “Sales” Table Client: ClientID (primary Key) clientname clientphone Table : Sales SalesID (Primary Key) ClientID Profit




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




6. In RDBMS, data is organized in the form of __________________




7. SQL stands for _________________




8. All the values in ________ are of same type.




9. _ represent a single data item in a table.




10. ________ are the basic building blocks of a database.




11. We can create table :




12. By default data type of fields is.




13. By default the length of Varchar data type is __




14. By default the name of the table is ______




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




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




17. Which of the following is not a numeric data type?




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




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




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




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




22. Which field is suitable for storing records of employees?




23. Auto Value is a property of __ data type .




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




25. Which property ensures that field can not be left blank?




26. By default the length of the Integer data type is ______________




27. Which of the following property to be turned “yes” so that value will be auto incremented?




28. Which of the following is not the binary data types?




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




30. Which data type is used to store value of fields like “Date of Birth”?




31. We can ____________________ data in table.




32. In which view data can be entered in table?




33. In which mode we can change the structure of table?




34. Sorting means to arrange data in _______________ order.




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




36. Relationship can be created between




37. Relationship between tables can be created from _____________________ menu.




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




39. Which language help to extract/fetch data from table?




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




41. SQL stands for __________________




42. _________ statement is used to retrieve data from table.




43. _________ is the most common DML command.




44. DML stands for ____________




45. Which of the following clause return specific rows?




46. Which of the following clause return records in ascending order?




47. Command to display all the data in the table “emp” is. a.




48. Command to display all the data in the table “emp” is.




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




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




51. Select “salary” from emp;




52. Select “empname”, “salary” * 3 from emp;




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




54. select * from Stud order by “Rollno” ASC;




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




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




57. Which of the following is DML commands?




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




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




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




61. Which of the following is to be created first?




62. Which of the following field is invalid for storing information of “Library” Table? b. c. d.




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




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




65. In a table we can have only ______ primary key.