In the following SQL statement.... SELECT lastname FROM employeetbl WHERE employeeID = 79 what data will be displayed in the results?

In the following SQL statement.... SELECT lastname FROM employeetbl WHERE employeeID = 79 what data will be displayed in the results?



A. All of these options
B. employeeID
C. employeetbl
D. lastname


Answer: D


Learn More :