Q. What does the ALTER TABLE clause do?

  • (A) The SQL ALTER TABLE clause is used to delete a database table
  • (B) THE SQL ALTER TABLE deletes data from database table
  • (C) The SQL ALTER TABLE clause is used to insert data into database table
  • (D) The SQL ALTER TABLE clause modifies a table definition by altering, adding, or deleting table columns and/or constraints
πŸ’¬ Discuss
βœ… Correct Answer: (D) The SQL ALTER TABLE clause modifies a table definition by altering, adding, or deleting table columns and/or constraints

Q. What do the letters in CRUD stand for?

  • (A) Crunch Read Uptime Downtime
  • (B) Create Run Unrun Data
  • (C) Craft Run Upload Database
  • (D) Create Read Update Delete
πŸ’¬ Discuss
βœ… Correct Answer: (D) Create Read Update Delete

Q. SQL views can be used to hide?

  • (A) Complicated SQL syntax
  • (B) Columns
  • (C) Rows
  • (D) All of the above
πŸ’¬ Discuss
βœ… Correct Answer: (D) All of the above

Q. The SQL SELECT statement is capable of

  • (A) Projection
  • (B) Selection
  • (C) Protection & Security
  • (D) Both A & B
πŸ’¬ Discuss
βœ… Correct Answer: (D) Both A & B

Q. Embedded SQL is which of the following?

  • (A) The process of making an application capable of generating specific SQL code on the fly.
  • (B) Hard-coded SQL statements in a program language such as Java.
  • (C) Hard-coded SQL statements in a procedure.
  • (D) Hard-coded SQL statements in a trigger.
πŸ’¬ Discuss
βœ… Correct Answer: (B) Hard-coded SQL statements in a program language such as Java.

Q. The arranging of data in a logical sequence is called

  • (A) Summarizing
  • (B) Sorting
  • (C) Classifying
  • (D) Rearranging
πŸ’¬ Discuss
βœ… Correct Answer: (B) Sorting

Q. Which of the SQL Server RTM included native support for managing XML data? Codename for SQL Server 2012 is __________

  • (A) 7.0Kilimanjaro
  • (B) 6.5Katmai
  • (C) 8Denali
  • (D) 9Hekaton
πŸ’¬ Discuss
βœ… Correct Answer: (D) 9Hekaton

Q. SQL Server 2005 has the following features?

  • (A) Dynamic Management Views
  • (B) FILESTREAM
  • (C) Powerpivot
  • (D) In-memory capability
πŸ’¬ Discuss
βœ… Correct Answer: (A) Dynamic Management Views

Q. _________ is a software application first launched with the Microsoft SQL Server 2005.

  • (A) Enterprise Manager
  • (B) Query Analyzer
  • (C) Business Intelligence Development Studio
  • (D) SQL Server Management Studio
πŸ’¬ Discuss
βœ… Correct Answer: (D) SQL Server Management Studio

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

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