SQL Creating Tables and Databases
In SQL we use commands to create and access information stored in tables that belong to a database. Think of tables as a container for holding related information. You can then think of a database as a repository or central location where similar tables exist.
This article will go over
- Creating a Database
- Creating a Table