1z0-071 Exam Question 156
Evaluate the following CREATE TABLEcommand:

Which statement is true regarding the above SQL statement?

Which statement is true regarding the above SQL statement?
1z0-071 Exam Question 157
Examine the data in the CUST NAME column of the CUSTOMERS table:
CUST_NAME
------------------------------
Renske Ladwig
Jason Mallin
Samuel McCain
Allan MCEwen
Irene Mikkilineni
Julia Nayer
You want to display the CUST_NAME values where the last name starts with Mc or MC. Which two WHERE clauses give the required result?
CUST_NAME
------------------------------
Renske Ladwig
Jason Mallin
Samuel McCain
Allan MCEwen
Irene Mikkilineni
Julia Nayer
You want to display the CUST_NAME values where the last name starts with Mc or MC. Which two WHERE clauses give the required result?
1z0-071 Exam Question 158
View the Exhibit and examine the structure of the SALEStable.

The following query is written to retrieve all those product IDs from the SALEStable that have more than 55000 sold and have been ordered more than 10 items.

Which statement is true regarding this SQL statement?

The following query is written to retrieve all those product IDs from the SALEStable that have more than 55000 sold and have been ordered more than 10 items.

Which statement is true regarding this SQL statement?
1z0-071 Exam Question 159
Which three SQL statements would display the value 1890.55 as $1,890.55? (Choose three.)
1z0-071 Exam Question 160
Which three actions can you perform on an existing table containing date?