Q. Which of the following is not a mathematical function ?

  • (A) CEIL
  • (B) PI
  • (C) POWER
  • (D) ATN2
πŸ’¬ Discuss
βœ… Correct Answer: (A) CEIL

Q. A column of type __________ may contain rows of different data types.

  • (A) ntext
  • (B) date
  • (C) smallmoney
  • (D) sql_variant
πŸ’¬ Discuss
βœ… Correct Answer: (D) sql_variant

Q. LocalDB was introduced in which of the following versions of SQL Server ?

  • (A) 2012
  • (B) 2008
  • (C) 2014
  • (D) 2008 R2
πŸ’¬ Discuss
βœ… Correct Answer: (A) 2012

Q. Which of the following is one of the basic approaches for joining tables?

  • (A) Subqueries
  • (B) Natural join
  • (C) Union Join
  • (D) All of the Mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (D) All of the Mentioned

Q. Template Explorer is used to manage ____________

  • (A) T-SQL scripts
  • (B) Query design
  • (C) Registered Servers
  • (D) Properties
πŸ’¬ Discuss
βœ… Correct Answer: (A) T-SQL scripts

Q. Ctrl+K+K shortcut refers to ___________

  • (A) Enable all bookmarks
  • (B) Move to the next bookmark
  • (C) Refresh IntelliSense
  • (D) Add or remove a bookmark
πŸ’¬ Discuss
βœ… Correct Answer: (D) Add or remove a bookmark

Q. Point out the wrong statement :

  • (A) Limit-EventLog is used to limit the size of the event log
  • (B) The first PowerShell cmdlet every administrator should learn is Get-Command
  • (C) Get-Event is used to find events in the PowerShell event queue
  • (D) None of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (B) The first PowerShell cmdlet every administrator should learn is Get-Command

Q. Dynamic Management View is a type of

  • (A) System Defined Views
  • (B) Complex View
  • (C) User Defined View
  • (D) Simple View
πŸ’¬ Discuss
βœ… Correct Answer: (A) System Defined Views

Q. What is a field?

  • (A) A group of records
  • (B) A list of information
  • (C) A single item of information
  • (D) A collection of information
πŸ’¬ Discuss
βœ… Correct Answer: (C) A single item of information

Q. Which SQL function is used to count the number of rows in a SQL query?

  • (A) COUNT(*)
  • (B) SUM()
  • (C) NUMBER()
  • (D) COUNT()
πŸ’¬ Discuss
βœ… Correct Answer: (A) COUNT(*)