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