To support data independence, you should in an SQL SELECT command,
a, explicitly list all the required fields
b. use the "(asterisk) wildcard to represent all fields
c. avoid using more than five fields O
d.only list fields from a single table

Respuesta :

ACCESS MORE