Welcome to SQL
📖 Welcome to SQL
Questions
-
In a SQL table, what is the difference between information in a row and information in a column?
-
Demonstrate the basic structure for creating a new table called
characterswith the valuesname, age, descriptionas strings, and anintid. -
What are the difference between the following statements:
DELETE FROM table_name; DROP TABLE table_name;
Afternoon Assignment Link
Identify at least 1 takeaway from today’s assignment