So, what's true about tables in SQL?
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
.