Practice
Resources
Contests
Online IDE
New
Free Mock
Events New Scaler
Practice
Improve your coding skills with our resources
Contests
Compete in popular contests with top coders
logo
Events
Attend free live masterclass hosted by top tech professionals
New
Scaler
Explore Offerings by SCALER

DBMS MCQ

Last Updated: Dec 11, 2023
Certificate included
About the Speaker
What will you Learn?
Register Now

What is a Database?

A database is an organized collection of data, general stores, and accessed electronically from a computer system.

What is DBMS?

The Database Management System(DBMS) is the software that interacts with end-users, applications, and the database itself to capture and analyze the data.

The DBMS software additionally encompasses the core facilities provided to administer the database. The sum total of the database, the DBMS, and the associated applications can be referred to as a “database system”. Check out the frequently asked interview questions on DBMS.

Problems with File System

  • Data redundancy and inconsistency.
  • Difficulty in accessing data
  • Data isolation
  • Integrity problem
  • Atomicity problem
  • Concurrent access anomalies

Instance and Schemas

  • The collection of information stored in the database at a particular moment is called an instance of the database.
  • The overall design of the database is called the database schema.

Types of Databases

  • Commercial database
  • Multimedia database
  • Deductive database
  • Temporal database
  • Geological Info System

Characteristics of Database Management System

  • Provides security and removes redundancy
  • Self-describing nature of a database system
  • Insulation between programs and data abstraction
  • Support of multiple views of the data
  • Sharing of data and multiuser transaction processing
  • Database Management Software allows entities and relations among them to form tables.
  • It follows the ACID concept ( Atomicity, Consistency, Isolation, and Durability).

Learn More

What is Transaction?

  • To remove this partial execution problem, we increase the level of atomicity and bundle all the instructions of a logical operation into a unit called a transaction.
  • So, formally - ‘A transaction is a set of logically related instructions to perform a logical unit of work’.

What is a Schedule?

  • When two or more transactions are executed together or one after another, then they can be bundled up into a higher unit of execution called schedule.
  • A schedule of N transactions T1, T2, T3...TN, is an ordering of the operations of the transactions. Operations from different transactions can be interleaved in the scheduled S.
  • However, the schedule for a set of transactions must contain all the instructions of those transactions, and for each transaction T, that participates in the schedule S, the operation of T, in S must appear in the same order in which they occur in T.

Basics of RDBMS

  • The domain is a set of atomic values.
  • By atomic we mean that each value in the domain is indivisible as far as the formal relational model is concerned.
  • A common method of specifying a domain is to specify a data type from which the data forming the domain are drawn.
  • Table(Relation): A relation is a set of tupes/rows/entities/records.
  • Tuple: Each row of a relation/table is called a tuple.
  • Degree: Number of columns/attributes of a relation.
  • Cardinality: Number of rows/types/record of a relational instance.

Properties of RDBMS

  • Cells contain atomic values.
  • Values in a column are of the same kind.
  • Each row is unique.
  • Each column has a unique name
  • No two tables can have the same name in a relational schema.
  • The sequence of rows is insignificant.
  • The sequence of columns is insignificant.

Useful Resources

DBMS MCQ Questions

1. 

Which of the following command is used to change data in table?

Create a free personalised study plan Create a FREE custom study plan
Get into your dream companies with expert guidance
Get into your dream companies with expert..
Real-Life Problems
Prep for Target Roles
Custom Plan Duration
Flexible Plans
2. 

What is rows of a relation known as?

3. 

What is the name of the query that is placed within a WHERE or HAVING clause of another query?

4. 

What is the number of tuples of a relation known as?

5. 

What is the use of COUNT in SQL?

Learn via our Video Courses

6. 

Which command is used to remove a stored function from the database?

7. 

Which data structure is used in Hierarchical model records?

Advance your career with   Mock Assessments Refine your coding skills with Mock Assessments
Real-world coding challenges for top company interviews
Real-world coding challenges for top companies
Real-Life Problems
Detailed reports
8. 

Which is AS clause used for?

9. 

Which is the lowest level of abstraction that describes how the data are actually stored?

10. 

Which normal form deals with multivalued dependency?

11. 

Which normalization form is based on the transitive dependency?

12. 

Which of the following allows to uniquely identify a tuple?

13. 

Which of the following can replace the below query?

SELECT name, course_id  
FROM instructor, teaches  
WHERE instructor_ID= teaches_ID;  
 

14. 

What is DBMS?

15. 

Which of the following is a command of  DDL?

16. 

Which of the following is known as minimal super key?

17. 

Which of the following is not a SQL command?

18. 

Which of the following is preserved in execution of transaction in isolation?

19. 

Which of the following is the full form of DDL?

20. 

Which of the following is the full form of NTFS?

21. 

Which of the following is the full form of TCL?

22. 

Which of the following is the property of transaction that protects data from system failure?

23. 

Which of the following normal forms contains information about a single entity?

24. 

Which of the following operator is used to compare a value to a list of literals values that have been specified?

25. 

Which of the following SQL command is used for removing (or deleting) a relation form the database?

26. 

Select the correct command to modify a column in a table.

27. 

After which operation is the modify operation done?

28. 

During transaction before commit which of the following statement is done automatically in case of shutdown?

29. 

For performing tasks like creating the structure of the relations, deleting relation, which of the following is used?

30. 

How is ER diagram represented?

31. 

How many levels are there in architecture of database?

32. 

Identify the concurrency based protocol?

33. 

Maximum children of  a B-tree of order m?

34. 

NATURAL JOIN can also be termed as -

35. 

Primary key can be?

36. 

Rectangles in ER diagram represents?

37. 

Select the correct advantages of view.

38. 

Select the correct command to find the number of values in a column.

39. 

A relational database developer refers to a record as?

40. 

Select the correct database object which does not exist physically.

41. 

Select the correct definition of relation.

42. 

Select the correct definition of Relational calculus?

43. 

Select the correct foreign key constraint?

44. 

Select the correct properties of entities?

45. 

Select the definition of the correct key which is used to represent relation between two tables?

46. 

Select the relational algebra operations.

47. 

Select the valid SQL type.

48. 

To select some particular columns, which of the following command is used?

49. 

Total view of a database is known as?

50. 

What is a table joined with itself called?

Excel at your interview with Masterclasses Know More
Certificate included
What will you Learn?
Free Mock Assessment
Fill up the details for personalised experience.
Phone Number *
OTP will be sent to this number for verification
+1 *
+1
Change Number
Graduation Year *
Graduation Year *
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
*Enter the expected year of graduation if you're student
Current Employer
Company Name
College you graduated from
College/University Name
Job Title
Job Title
Engineering Leadership
Software Development Engineer (Backend)
Software Development Engineer (Frontend)
Software Development Engineer (Full Stack)
Data Scientist
Android Engineer
iOS Engineer
Devops Engineer
Support Engineer
Research Engineer
Engineering Intern
QA Engineer
Co-founder
SDET
Product Manager
Product Designer
Backend Architect
Program Manager
Release Engineer
Security Leadership
Database Administrator
Data Analyst
Data Engineer
Non Coder
Other
Please verify your phone number
Edit
Resend OTP
By clicking on Start Test, I agree to be contacted by Scaler in the future.
Already have an account? Log in
Free Mock Assessment
Instructions from Interviewbit
Start Test