Database Management System (DBMS) MCQs with answers Page - 79

Here, you will find a collection of MCQ questions on Database Management System (DBMS). Go through these questions to enhance your preparation for upcoming examinations and interviews.

To check the correct answer, simply click the View Answer button provided for each question.

Have your own questions to contribute? Click the button below to share your MCQs with others!

+ Add Question

A

Admin • 833.24K Points
Coach

Q. This extra information is usually maintained in the form of a at the client.

  • (A) cookie
  • (B) history
  • (C) remainder
  • (D) none of the mentioned

A

Admin • 833.24K Points
Coach

Q. Which of the following is not true about HTML ?

  • (A) <meta>…</meta>
  • (B) <meta…./>
  • (C) <metadata>…</metadata>
  • (D) <metadata name=”” />

A

Admin • 833.24K Points
Coach

Q. Html code contains:

  • (A) tags
  • (B) attributes
  • (C) elements
  • (D) all of the mentioned

A

Admin • 833.24K Points
Coach

Q. Which of the following queries displays the sum of all employee salaries for those employees not making commission, for each job, including only those sums greater than 2500?

  • (A) select job, sum(sal) from emp where sum(sal) > 2500 and comm is null;
  • (B) select job, sum(sal) from emp where comm is null group by job having sum(sal) > 2500;
  • (C) select job, sum(sal) from emp where sum(sal) > 2500 and comm is null group by job;
  • (D) select job, sum(sal) from emp group by job having sum(sal) > 2500 and comm is not null;

A

Admin • 833.24K Points
Coach

Q. Which of the following data structure is not linear data structure?

  • (A) arrays
  • (B) linked lists
  • (C) arrays & linked lists
  • (D) none of the mentioned

A

Admin • 833.24K Points
Coach

Q. Which of the following data structure is linear data structure?

  • (A) trees
  • (B) graphs
  • (C) arrays
  • (D) none of the mentioned

A

Admin • 833.24K Points
Coach

Q. Finding the location of the element with a given value is:

  • (A) traversal
  • (B) search
  • (C) sort
  • (D) none of the mentioned

A

Admin • 833.24K Points
Coach

Q. Arrays are best data structures

  • (A) for relatively permanent collections of data
  • (B) for the size of the structure and the data in the structure are constantly changing
  • (C) all of the mentioned
  • (D) none of the mentioned

A

Admin • 833.24K Points
Coach

Q. Linked lists are best suited

  • (A) for relatively permanent collections of data
  • (B) for the size of the structure and the data in the structure are constantly changing
  • (C) all of the mentioned
  • (D) none of the mentioned

A

Admin • 833.24K Points
Coach

Q. In attacks, the attacker manages to get an application to execute an SQL query created by the attacker.

  • (A) sql injection
  • (B) sql
  • (C) direct
  • (D) application

Add MCQ in this Category

If you want to share an MCQ question in this category, it's a great idea! It will be helpful for many other students using this website.

Share Your MCQ