Computer Science, asked by priyanshujain7907, 1 year ago

With SQL how do you select all the columns from a table name "persons"?

Answers

Answered by DeathViperLP02
1

SELECT * PERSONS

hope i cleared your doubts

Answered by Riya3464
0

Answer:

SELECT * FROM Persons;

Similar questions