Exam 5: Transact:SQL Primer

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

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:
Verified

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:
Verified

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:
Verified

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)

SQL is an imperative programming language.

(True/False)
4.9/5
(34)

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)

Which of the following is true about the SQL language?

(Multiple Choice)
4.8/5
(36)

Which command changes the database context?

(Multiple Choice)
5.0/5
(34)

Which command selects all columns in a table?

(Multiple Choice)
5.0/5
(29)

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
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)