Query all the data of each student in the student basic information table with the student database?

Use STUDENT syntax to switch to student in SQL server.

Select * from the student basic information table.

Or choose * ... student basic information table from students.