Exam 5: Transact:SQL Primer
Exam 1: Introduction to SQL Server 201241 Questions
Exam 2: Deploying SQL Server 201230 Questions
Exam 3: Architecture and Configuration41 Questions
Exam 4: Creating SQL Server 2012 Databases41 Questions
Exam 5: Transact:SQL Primer41 Questions
Exam 6: SQL Server Security41 Questions
Exam 7: Performance Monitoring and Optimization41 Questions
Exam 8: Backup and Recovery36 Questions
Exam 9: Data Integration38 Questions
Exam 10: Monitoring SQL Server 201239 Questions
Select questions type
What type of functions are used to summarize data in a grouped column or for all records in a table?
Free
(Multiple Choice)
4.8/5
(37)
Correct Answer:
B
Use the syntax WHERE [Column Name] ______________ (SELECT * FROM [Table Name 2])when you want to compare a value of a column against the results of a subquery.
Free
(Short Answer)
4.9/5
(36)
Correct Answer:
EXISTS
What is the name for the type of query where a SQL query is embedded within another SQL query?
Free
(Multiple Choice)
4.8/5
(36)
Correct Answer:
C
What keyword can you include in a SELECT statement to create a column alias for the column returned in the result set?
(Multiple Choice)
4.8/5
(35)
Which of the following represents correct syntax for a SELECT statement?
(Multiple Choice)
4.8/5
(42)
Which statement is used to modify column values of an existing row in a table?
(Multiple Choice)
4.9/5
(48)
Which clause do you use with a join operation to specify which columns from each table should be used as the matching key?
(Multiple Choice)
4.8/5
(44)
Which command will result in records that have a Col1 value greater than 100?
(Multiple Choice)
4.9/5
(31)
How does the SQL language handle case and what are the recommendations on using case when constructing SQL statements?
(Essay)
4.8/5
(29)
If you want to remove duplicates from a result set, which command should you use?
(Multiple Choice)
4.9/5
(35)
How can you ease the managing of permissions across different objects?
(Essay)
4.8/5
(40)
What are the keywords CHECK, UNIQUE, and NOT NULL referred to as?
(Multiple Choice)
4.8/5
(35)
A string concatenation operation evaluates to null if all of the input columns have a value.
(True/False)
4.8/5
(37)
Which of the following best describes the IntelliSense feature in Query Editor?
(Multiple Choice)
4.8/5
(31)
What are the key requirements to keep in mind when creating an INSERT statement?
(Essay)
4.9/5
(41)
Which command returns all the columns for records in which the value of Col1 is greater than 10 but has a value less than Col2?
(Multiple Choice)
4.9/5
(41)
Showing 1 - 20 of 41
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)