In SQL, how would you extract the ‘name’ and ‘age’ columns from a table named ‘customers’?

In SQL, how would you extract the ‘name’ and ‘age’ columns from a table named ‘customers’?
A . SELECT name, age FROM customers;
B . EXTRACT name, age FROM customers;
C . GET name, age IN customers;
D . PULL name, age OUT OF customers;

Answer: A

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments