Indexes are used for faster retrieval of data.and improve the speed of...
A table can have only one Clustered index and 249 nonclustered indexs.
A Stored Procedure can reference tables,views, user-define functions...
The OUTPUT keyword specifies that the variables are involved in...
The ........is used to change the owner of the current database.-1...
A ..............can be defined on a column with no duplicate values.
FILLFACTOR value ranges from 0-100?
Clustered index, nonlustered index can be created on the view.
A View is created using horizontally partittioned data from one or...
Everyone can modify or rename all procedure.
...............index stores data in a sorted manner.
DML Trigger is executed when ....- 1 choice
Database Mail and SQL mail stored Procedures.- 1 true choice.
When a local temporary table is created inside a stored procedures,...
The Stored procedures use to manage the security of the database. They...
A View can not reference a temporary table.
When a stored procedure is created using options, these options should...
A column with this constraint does not allow null values or...
Refers to constraints defined by user.- 1 choice.
What option to reserve space on the leaf page of an index for adding...
Before dropping a procedure, execute the .............................
Stored procedures can be dropped if they are no longer needed. if...
All information about tables in user Database is stored in...
Maintains relationship between tables in a database, and Ensure...
Maintaining consistency of data across tables that related through...
If a new procedure is created using the same name as well as the same...
The Stored procedures are created for temporary use with a...
In a table , when no two rows have the exact same values in all...
A column with this constraint does not allow duplicate...
The ...................are created individual user databases.And ...
Which statement is true?
Ensures that each record in a table is unique.- 1 choice.
System stored procedure used to display the definition of a stored...
A ...........is created on 2 or more columns. Both clustered index and...
Displays the default error message for an error.-1 choice.
Refers to validity and consistency of data- 1choice.
Temporary Stored Procedures include:- 2 true choices
EXECUTE xp_fileexists 'C:\sample.txt' - 1 true choice.
Ensure that the values in a column are within a specified range-1...
The..............are used to perform tasks that are unable to be...
Refers to policies and standards adhered to by an organization in...
View can retrieve information from xml data type ...
View can reference more than 1024 columns.
Reseves space on the intermediate level of an index.
Too many Indexes descrease the performance of ............- 3 choices
If a stored procedure is executed sucessfully, It returns...
Which statements are true?- 2 choices
.....................are defined at the time of creation of...
The Cursor Stored Procedures are.........- 2 true choices.
Which statement is not True?- 2 choice
The permission associated with the stored procedure are not lost when...
The properties of an Object such as a table or a view, are stored in...
Specifies an integer value to be returned though the stored...
Which statement is true?- 1 choice
The...............create stored procedures for performance of various...
An Index can have a max of ....columns
Using "OUTPUT" clause.- 2 true choice
A View can be created on temporary table.
The Global Tem Procedures ....- 3 true choices
OBJECT_DEFINITION() - 2 choices
A View is created in everywhere databases.
The................are not residents of SQL server. they are...
Where are Catalog Stored Procedures ?-2 true choices
DDL Triggers are...
The RETURN statement passes control back to the calling program. any...
Which are not System Stored Procedures?-2 true choices.
The Stored Procedure - 2 true choices.
Advantages of The Store Procedures are:
Which statements are true?- 3 choices.
A View may be have a FullText index.
The create view statement can be combined with other T-SQL statements...
Which statements are true?- 3 choices
Which statements are True?- 3 choices
Entity Integrity are:-3 choices
Prevents invalid data from being entered into the column.- 1 choice.
A View definition can not contain keywords:
Domain integrity include:- 3 choices
Which statements are true?- 2 choices
INSTEAD OF Triggers.- 2 choices
A View definition can not contain keywords:
Which statements are false?
Which are true?- 3 choice
Where are true?
The DDL Triggers....