A. Multiple choice questions.
1. What is output by the SQL query: SELECT 2 * 4
(a) 2
(b) 4
(c) 8
2. If a table contains only even numbers in the field UsedNo, what is output by the query:
Select Used No % 2 ?
(a) Either 0 or 1
(b) Only o
(c) Only 1
3. What is the first step in Use Wizard to Create Query?
(a) Sorting Order
(b) Search conditions
(c) Field Selection
Answers
Answered by
3
Answer:
1. option c -- 8
2. only 1
3. field selection
Similar questions