Multiple choice questions.<br />1. What is output by the SQL query: SELECT 2 * 4<br />(a) 2<br />(b) 4<br />(c) 8<br />2. If a table contains only even numbers in the field UsedNo, what is output by the query:<br />Select UsedNo % 2 ?<br />(a) Either 0 or 1<br />(b) Only 0<br />(c) Only 1<br />3. What is the first step in Use Wizard to Create Query?<br />(a) Sorting Order<br />(b) Search conditions<br />(c) Field Selection<br />Answer the following questions.<br />1. How do you delete the entire table using an SQL query? Assume the name of the table to be PROBLEMS.<br />2. Write an SQL query to pick numbers from the field Number, display the Number in a column and its square in the<br />next column. The name of table is TO-BE-SQUARED.
Answers
Answered by
0
Answer:
this question is very confusing so kindly post it again
Similar questions