Homework help > With SQL, how do you select all the columns from a... > Published by: Steve 3 years ago
By: Steve
Subject: computer science
Answered

With SQL, how do you select all the columns from a table named "Persons"? ...[Show More]

3 years ago


Answer the Question above

Answers (1)


SELECT* column1, column2, column3 FROM Persons;

By CPA Guru 3 years ago . Marked as helpful (641). Marked as unhelpful (688)


When you can’t seem to find the right answers

Get a step-by-step solution written by a professional tutor