Welcome to SQL

replace_me

📖 Welcome to SQL

Questions

  1. In a SQL table, what is the difference between information in a row and information in a column?

  2. Demonstrate the basic structure for creating a new table called characters with the values name, age, description as strings, and an int id.

  3. What are the difference between the following statements:

    DELETE FROM table_name;
    DROP TABLE table_name;
    

Repo

Identify at least 1 takeaway from today’s assignment