SQL For Programmers - CREATE TABLE
Once you have your database created, you’ll want to get some tables set up into it. To do this, you’ll need the CREATE TABLE statement that can be issued from the connection object once you’ve established the connection.
If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!

