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
Latest C1000-144 Practice Questions with 125 Q&As
Updated Study Material | Instant Download | Detailed Answers and Explanations
Subscribe
Login
0 Comments