Question 196
The customers table has the following structure:
You need to write a query that does the following tasks:
1. Display the first name and tax amount of the customers. Tax is 5% of their credit limit.
2. Only those customers whose income level has a value should be considered.
3. Customers whose tax amount is null should not be considered.
Which statement accomplishes all the required tasks?
You need to write a query that does the following tasks:
1. Display the first name and tax amount of the customers. Tax is 5% of their credit limit.
2. Only those customers whose income level has a value should be considered.
3. Customers whose tax amount is null should not be considered.
Which statement accomplishes all the required tasks?
Question 197
Which two statements execute successfully?
Question 198
Which statement is true about aggregate functions?
Question 199
Examine the description of EMPLOYEES table:
Which three queries return all rows for which SALARY+COMMISSION is greate than 20000?
Which three queries return all rows for which SALARY+COMMISSION is greate than 20000?
Question 200
View the exhibits and examine the structures of the COSTSand PROMOTIONStables.


Evaluate the following SQL statement:

What would be the outcome of the above SQL statement?


Evaluate the following SQL statement:

What would be the outcome of the above SQL statement?
