Question: 2. Which of the following SELECT statements will select the First and Last fields from the tblNames table? a. SELECT First AND Last FROM tblNames
2. Which of the following SELECT statements will select the First and Last fields from the tblNames table?
a. SELECT First AND Last FROM tblNames
b. SELECT First OR Last FROM tblNames
c. SELECT First, Last FROM tblNames
d. SELECT ONLY First, Last FROM tblNames
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
