So, what's true about tables in SQL?

They consist of rows and columnsIts rows are also called recordsWe create them with a select statementThey have four legs and a surface

Bingo! Tables consist of rows, or records, and columns. We create them with a create statement and display them with SELECT.

Yikes! Tables consist of rows, or records, and columns. We create them with a create statement and display them with SELECT.