Exam 24: Relational Databases

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

SQL uses single quotes (') to delimit strings.What is the standard in order to include a single quote in a String? For example: 'Joe's Burgers'

(Multiple Choice)
4.9/5
(43)

Which of the following statements is correct?

(Multiple Choice)
4.8/5
(35)

What is the purpose of the LIKE clause?

(Multiple Choice)
4.9/5
(35)

Based on the customer table below, which of the attributes do you think represents the primary key? Customer table Based on the customer table below, which of the attributes do you think represents the primary key? Customer table

(Multiple Choice)
4.8/5
(37)

An important part of database processing is transaction handling.What is a transaction?

(Multiple Choice)
4.8/5
(36)

Which Java statement connects to a database using a Connection object?

(Multiple Choice)
4.8/5
(45)

Based on the table below, the query that finds the names and zip codes of all customers is _____________________. Customer table Based on the table below, the query that finds the names and zip codes of all customers is _____________________. Customer table

(Multiple Choice)
4.8/5
(40)

What is the main purpose of the Connection object?

(Multiple Choice)
4.8/5
(39)

What does the execute method return?

(Multiple Choice)
4.7/5
(40)

In the table below, the ____ correspond(s) to the attributes of a customer in the database. Customer table In the table below, the ____ correspond(s) to the attributes of a customer in the database. Customer table

(Multiple Choice)
4.8/5
(40)

Based on the table below, the SQL statement that changes the address and city of customer 3175, Gregory Adams, to 1337 Parkway Ave and Pembrook, SD, 57462, respectively, is _____________________. Customer table Based on the table below, the SQL statement that changes the address and city of customer 3175, Gregory Adams, to 1337 Parkway Ave and Pembrook, SD, 57462, respectively, is _____________________. Customer table

(Multiple Choice)
4.9/5
(38)

Based on the table below, which of the following statements will return the number of customers in Michigan (MI)? Customer table Based on the table below, which of the following statements will return the number of customers in Michigan (MI)? Customer table

(Multiple Choice)
4.8/5
(35)

In jdbc.URL, the acronym URL stands for:

(Multiple Choice)
4.8/5
(44)

The ______ class has a next method to visit the next row of a query result.

(Multiple Choice)
4.8/5
(35)

What statement will return the value of a given key from the configuration file? Assume props is of type Properties.

(Multiple Choice)
4.9/5
(45)
Showing 61 - 75 of 75
close modal

Filters

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