ExamCompetition Forum Question Papers Ask A Question Mock Test Learn & Earn Sign Up Login Menu

Database systems Practice Questions & Answers

0 vote

In SQL, GRANT command is used to

Asked on by Guest | Votes 0

In SQL, GRANT command is used to

A).  allow user to access databases

B).  allow user to create databases

C).  grant system privileges, roles, and object privileges to uses and roles

D).  choose auditing for specific SQL commands

E).  None of the above

0 vote

SQL Server 2000 stored procedures can:

Asked on by Guest | Votes 0

SQL Server 2000 stored procedures can:

A).  never be kept within the database

B).  be kept within the database and invoked by application programs

C).  be stored on the users' computer

D).  support BEFORE, INSTEAD OF and AFTER types

0 vote

With which type of SQL Server recovery model, is no logging done?

Asked on by Guest | Votes 0

With which type of SQL Server recovery model, is no logging done?

A).  Differential recovery

B).  Full recovery

C).  Bulk-logged recovery

D).  Simple recovery

-3 vote

Which of the following is a way to create and modify tables using SQL Server?

Asked on by Guest | Votes -3

Which of the following is a way to create and modify tables using SQL Server?

A).  Write SQL code using either CREATE or ALTER SQL statements only

B).  Use the graphical facilities of SQL Server Enterprise Manager only

C).  Both of the two methods above will work

D).  Neither of the two methods above will work

0 vote

Which of the three possible types of triggers does SQL Server support?

Asked on by Guest | Votes 0

Which of the three possible types of triggers does SQL Server support?

A).  INSTEAD OF only

B).  AFTER only

C).  BEFORE only

D).  INSTEAD OF and AFTER only