With SQL, how do you select all the columns from a table named "Persons"?
a. SELECT *.Persons
b. SELECT * FROM Persons
c. SELECT Persons​