What are the basic steps for retrieving data for display?
A.
Connect to a database server, pass the SQL command, retrieve the results.
B.
Authenticate to a database server, format for display, retrieve the data results.
C.
Define the server name, name the database, authenticate the credentials.
D.
Predefine SQL strings, authenticate, format for display.
I choose A