Which T-SQL query returns the list of tables in the database?
select * from information_schema.tables
select * from database_name.tables
select tables from database_name
select * from information_schema.table_schema
select * schema.tables from database
SQL question 1
Next question
Home
Syntax to remember 'information_schema.tables'