Que.1. Can you use the UPDATE and SELECT clauses in one SQL statement?
A. You can if you use nested SQL statement
B. You can’t
C. You can use UPDATE and SELECT clause together, even if you don’t have nested SQL statements
Right Answer: A
Que.2. Can we temporarily disable a login name?
A. Yes
B. No
Right Answer: A
Que.3. Permanent setting of specific server characteristics is done by trace tags
A. False
B. True
Right Answer: A
Que.4. Which of the following statements is/are false for Extended events in sql server 2008?
A. Enhanced event handling system in SQL Server
B. Both b and c below
C. Used for problem identification or problem trouble shooting
D. An architecture that is not very scalable, highly configurable
Right Answer: D
Que.5. When SQL server is installed, which of the following database are created by default?
A. Master
B. Model
C. Both a and b
D. Root
Right Answer: C
Que.6. Which of the following statements is/are true for SQL server?
A. SQL Server has Logical Architecture and Physical Architecture
B. Both a and c
C. SQL Server is compatible with the structured query language and has rich for XML
D. SQL Server is a DBMS, a complete database.
Right Answer: B
Que.7. What is the difference between the WHERE and HAVING SQL clauses?
A. The WHERE and the HAVING clauses are identical
The HAVING SQL clause condition(s) is applied to all rows in the result set before the
B. WHERE clause is applied (if parent). The WHERE clause is used only with SELECT SQL statements and specifies a search condition for an aggregate or a group.
C. HAVING clause is applied (if parent). The HAVING clause is used only with SELECT SQL statements and specifies a search condition for an aggregate or a group
Right Answer: C
Que.8. What is the syntax for creation new login on the SQL server?
A. USE LOGIN login_id WITH PASSWORD password
B. CREATE LOGIN login_id WITH USE password
C. CREATE LOGIN login_id USE password
D. CREATE LOGIN login_id WITH PASSWORD password
Right Answer: D
Que.9. What is the purpose of MEARGE in sql server 2008?
A. Merge statement allows a single statement for INSERT, DELETE and UPDATE a row that depends on a condition
B. Merge statement allows multiple statements for INSERT, DELETE and UPDATE a row that depends on a condition
C. Merge statement allows a single statement for INSERT, DELETE and UPDATE a row that independent on a condition
D. Merge statement allows multiple statements for INSERT, DELETE and UPDATE a row that is independent on a condition
Right Answer: A
Que.10. SQL Server 2000 always returns the result of a FOR XML query directly to the client in XML form
A. True
B. False
Right Answer: B
Que.11. Dynamic Page Repair is a type of database mirroring.
A. False
B. True
Right Answer: A
Que.12. CPUs can dynamically be added to a running system, by using _________ feature
A. Cold Add CPU
B. Hot Add CPU
C. Dynamic add CPU
D. Passive add CPU
Right Answer: B
Que.13. The identifiers in SQL can have a character range from?
A. 1 to 100
B. 1 to 128
C. 1 to 64
D. 1 to 132
Right Answer: B
Que.14. Which of the following rules below are true to use the ROWGUICOL property to define a globally unique identifier column?
A. A table can have only one ROWGUICOL column
B. A ROWGULCOL column must not be defined by using the unique identifier data type.
C. Both a and c
D. NEWID function to generate a globally unique value.
Right Answer: A
Que.15. A column with an optimized storage for null values is known as ________ column
A. spatial
B. optimum
C. dense
D. sparse
Right Answer: D
Que.16. ______________ is a feature that is used for tracking the changes on a table
A. Change schema Capture
B. Change table Capture
C. Change Data Capture
D. Change database Capture
Right Answer: C
Que.17. ____________ helps to restore the database to the point where it failed.
A. File backup
B. Differential Backups
C. File log
D. Transaction log
Right Answer: D
Que.18. How do we delete a login?
A. DLETE LOGIN login_name
B. DROP LOGIN login_name
C. A login cannot be deleted but only diabled
D. DISABLE LOGIN login_name
Right Answer: B
Que.19. Which of the following statements is/are false for Declarative Management Framework (DMF) in sql server 2008?
A. System for managing the instance of SQL Server 2008
B. SQL Server does not enforce to define the policies by using Management Studio
C. Both b and d
D. A policy can be designed for allowing the use of unauthorized applications
Right Answer: C
Que.20. Remote BLOB storage is a _____________ API which reduces the application building complexity
A. Server-side
B. Client-side
Right Answer: B
A. You can if you use nested SQL statement
B. You can’t
C. You can use UPDATE and SELECT clause together, even if you don’t have nested SQL statements
Right Answer: A
Que.2. Can we temporarily disable a login name?
A. Yes
B. No
Right Answer: A
Que.3. Permanent setting of specific server characteristics is done by trace tags
A. False
B. True
Right Answer: A
Que.4. Which of the following statements is/are false for Extended events in sql server 2008?
A. Enhanced event handling system in SQL Server
B. Both b and c below
C. Used for problem identification or problem trouble shooting
D. An architecture that is not very scalable, highly configurable
Right Answer: D
Que.5. When SQL server is installed, which of the following database are created by default?
A. Master
B. Model
C. Both a and b
D. Root
Right Answer: C
Que.6. Which of the following statements is/are true for SQL server?
A. SQL Server has Logical Architecture and Physical Architecture
B. Both a and c
C. SQL Server is compatible with the structured query language and has rich for XML
D. SQL Server is a DBMS, a complete database.
Right Answer: B
Que.7. What is the difference between the WHERE and HAVING SQL clauses?
A. The WHERE and the HAVING clauses are identical
The HAVING SQL clause condition(s) is applied to all rows in the result set before the
B. WHERE clause is applied (if parent). The WHERE clause is used only with SELECT SQL statements and specifies a search condition for an aggregate or a group.
C. HAVING clause is applied (if parent). The HAVING clause is used only with SELECT SQL statements and specifies a search condition for an aggregate or a group
Right Answer: C
Que.8. What is the syntax for creation new login on the SQL server?
A. USE LOGIN login_id WITH PASSWORD password
B. CREATE LOGIN login_id WITH USE password
C. CREATE LOGIN login_id USE password
D. CREATE LOGIN login_id WITH PASSWORD password
Right Answer: D
Que.9. What is the purpose of MEARGE in sql server 2008?
A. Merge statement allows a single statement for INSERT, DELETE and UPDATE a row that depends on a condition
B. Merge statement allows multiple statements for INSERT, DELETE and UPDATE a row that depends on a condition
C. Merge statement allows a single statement for INSERT, DELETE and UPDATE a row that independent on a condition
D. Merge statement allows multiple statements for INSERT, DELETE and UPDATE a row that is independent on a condition
Right Answer: A
Que.10. SQL Server 2000 always returns the result of a FOR XML query directly to the client in XML form
A. True
B. False
Right Answer: B
Que.11. Dynamic Page Repair is a type of database mirroring.
A. False
B. True
Right Answer: A
Que.12. CPUs can dynamically be added to a running system, by using _________ feature
A. Cold Add CPU
B. Hot Add CPU
C. Dynamic add CPU
D. Passive add CPU
Right Answer: B
Que.13. The identifiers in SQL can have a character range from?
A. 1 to 100
B. 1 to 128
C. 1 to 64
D. 1 to 132
Right Answer: B
Que.14. Which of the following rules below are true to use the ROWGUICOL property to define a globally unique identifier column?
A. A table can have only one ROWGUICOL column
B. A ROWGULCOL column must not be defined by using the unique identifier data type.
C. Both a and c
D. NEWID function to generate a globally unique value.
Right Answer: A
Que.15. A column with an optimized storage for null values is known as ________ column
A. spatial
B. optimum
C. dense
D. sparse
Right Answer: D
Que.16. ______________ is a feature that is used for tracking the changes on a table
A. Change schema Capture
B. Change table Capture
C. Change Data Capture
D. Change database Capture
Right Answer: C
Que.17. ____________ helps to restore the database to the point where it failed.
A. File backup
B. Differential Backups
C. File log
D. Transaction log
Right Answer: D
Que.18. How do we delete a login?
A. DLETE LOGIN login_name
B. DROP LOGIN login_name
C. A login cannot be deleted but only diabled
D. DISABLE LOGIN login_name
Right Answer: B
Que.19. Which of the following statements is/are false for Declarative Management Framework (DMF) in sql server 2008?
A. System for managing the instance of SQL Server 2008
B. SQL Server does not enforce to define the policies by using Management Studio
C. Both b and d
D. A policy can be designed for allowing the use of unauthorized applications
Right Answer: C
Que.20. Remote BLOB storage is a _____________ API which reduces the application building complexity
A. Server-side
B. Client-side
Right Answer: B