Related Questions

In the following SQL command "person" stands for?
SELECT person_id, fname, lname, Birth_date FROM person;
In the following SQL command "person_id" can be . . . . . . . .
SELECT person_id, fname, lname, Birth_data FROM person WHERE person_id=1;