Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by whitelisting our website.

» DataBase Management System (DBMS) solved MCQs

A                      is a special kind of a store procedure that executes in response to certain action on the table like insertion, deletion or updation of data.

Question:

A                      is a special kind of a store procedure that executes in response to certain action on the table like insertion, deletion or updation of data.

A.

procedures

B.

triggers

C.

functions

D.

none of the mentioned

Answer» b. triggers

Note: The above multiple-choice question is for all general and Competitive Exams in India

A                      is a special kind of a store procedure that executes in response to certain action on the table like insertion, deletion or updation of data. Read More »

» DataBase Management System (DBMS) solved MCQs

Which of the following header must be included in java program to establish database connectivity using JDBC ?

Question:

Which of the following header must be included in java program to establish database connectivity using JDBC ?

A.

import java.sql.*;

B.

import java.sql.odbc.jdbc.*;

C.

import java.jdbc.*;

D.

import java.sql.jdbc.*;

Answer» a. import java.sql.*;

Note: The above multiple-choice question is for all general and Competitive Exams in India

Which of the following header must be included in java program to establish database connectivity using JDBC ? Read More »

» DataBase Management System (DBMS) solved MCQs

Which of the following is used to distinguish the variables in SQL from the host language variables?

Question:

Which of the following is used to distinguish the variables in SQL from the host language variables?

A.

.

B.

C.

:

D.

,

Answer» b.

Note: The above multiple-choice question is for all general and Competitive Exams in India

Which of the following is used to distinguish the variables in SQL from the host language variables? Read More »

» DataBase Management System (DBMS) solved MCQs

In rank() function if one value is shared by two tuples then

Question:

In rank() function if one value is shared by two tuples then

A.

the rank order continues as counting numbers

B.

the rank order continues by leaving one rank in the middle

C.

the user specifies the order

D.

the order does not change

Answer» b. the rank order continues by leaving one rank in the middle

Note: The above multiple-choice question is for all general and Competitive Exams in India

In rank() function if one value is shared by two tuples then Read More »

» DataBase Management System (DBMS) solved MCQs

Which of the following is used to access large objects from a database ?

Question:

Which of the following is used to access large objects from a database ?

A.

setblob()

B.

getblob()

C.

getclob()

D.

all of the mentioned

Answer» d. all of the mentioned

Note: The above multiple-choice question is for all general and Competitive Exams in India

Which of the following is used to access large objects from a database ? Read More »

» DataBase Management System (DBMS) solved MCQs

What are the after triggers?

Question:

What are the after triggers?

A.

triggers generated after a particular operation

B.

these triggers run after an insert, update or delete on a table

C.

these triggers run after an insert, views, update or delete on a table

D.

all of the mentioned

Answer» b. these triggers run after an insert, update or delete on a table

Note: The above multiple-choice question is for all general and Competitive Exams in India

What are the after triggers? Read More »

» DataBase Management System (DBMS) solved MCQs

Which of the following is used as the embedded SQL in COBOL?

Question:

Which of the following is used as the embedded SQL in COBOL?

A.

exec sql <embedded sql statement >;

B.

exec sql <embedded sql statement > end-exec

C.

exec sql <embedded sql statement >

D.

exec sql <embedded sql statement > end exec;

Answer» b. exec sql <embedded sql statement > end-exec

Note: The above multiple-choice question is for all general and Competitive Exams in India

Which of the following is used as the embedded SQL in COBOL? Read More »

» DataBase Management System (DBMS) solved MCQs

The                      function that does not create gaps in the ordering.

Question:

The                      function that does not create gaps in the ordering.

A.

intense_rank()

B.

continue_rank()

C.

default_rank()

D.

dense_rank()

Answer» d. dense_rank()

Note: The above multiple-choice question is for all general and Competitive Exams in India

The                      function that does not create gaps in the ordering. Read More »

» DataBase Management System (DBMS) solved MCQs