Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
Well done!
You have completed Creating and Modifying Database Tables!
You have completed Creating and Modifying Database Tables!
Preview
In this video we'll talk about Data Definition Language (DDL) and make a plan for structuring our database!
Related Links
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign upRelated Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
[MUSIC]
0:00
Hi, I'm Ben and in this course, we're
going to talk about how to create and
0:00
manage tables in a database.
0:04
We've already seen how to query tables and
how to add new rows.
0:07
Now we're gonna take a step back and
0:11
see how to create those
tables in the first place.
0:13
To create tables in SQL, we'll need
to used data definition language, or
0:16
DDL for short.
0:20
As its name implies,
0:22
data definition language is what's used
to define the structure of our database.
0:23
If you need to create or delete a table,
you'll use data definition language.
0:28
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up