Basic Course

Creating Tables in SQL

Learn how to create and manage the structure of a relational database.

4.81 ★★★★★ ★★★★★ (77 ratings)

1,145 learners enrolled

Lifetime access

limited to this course only

$19 $39

51% OFF

Buy now

Want a better deal?

Get unlimited lifetime access to all 73 present and future courses

Save $450

Unlimited lifetime access

to all 73 present and future courses

$149 $599

75% OFF

Free trial Yes

Certificate of completion Yes

Time to complete 12 h

Coding challenges 177

Skills you will gain

Last reviews

Table of contents

Course progress 0%

Exercises completed 0/177

  1. Create your first table

    0/13

    Remember what tables are? You will learn how to create simple tables

  2. Data types

    0/43

    Text info, numbers, dates, logical values. Learn how to tell your database what data you're going to store

  3. Creating tables - revision

    0/6

    Let's recap creating tables and the basic data types

  4. Primary keys

    0/30

    How to tell the database that an id column is really an identifier

  5. Constraints

    0/36

    Price below zero? A person over 1000 years old? It's not going to happen again. Learn how to tell the database what are the restriction for the data it stores

  6. Foreign keys

    0/27

    How to properly reference one table in another table

  7. Views

    0/12

    It's not just tables in the database. Learn what views are

  8. Quiz

    0/10

    Time to test your knowledge!

Get the Certificate of Competency in SQL

This certificate will confirm your practical SQL problem-solving skills

Description

Look at today’s software industry and you’ll see how popular relational databases have become. Creating Tables in SQL will show you how to start building your own custom database.

In this course, you’ll discover how to manage the structure of a relational database. You’ll be asked to create tables and drop (delete) them when they are no longer needed. You’ll also get acquainted with some of the best practices guiding database design.

Discover how to define various table elements, including constraints, primary keys, UNIQUE keys, and foreign keys. Learn how ALTER TABLE works and how you can use it to modify your table structure. Finally, learn how to create virtual tables called views.

If you want to take control of your database structure and understand it perfectly, this is the right course for you!

What Do You Need to Take This Course?

Just a web browser and an Internet connection

This Course Will Teach You How To:

  • Create tables
  • Implement primary keys
  • Determine the best usage of unique keys
  • Define and use foreign keys
  • Apply and understand constraints
  • Understand when, how, and why you’ll need to drop tables
  • Change table structure using ALTER TABLE
  • Decide when and how to use views
 

Plus, you’ll get to practice your skills on 177 interactive exercises.

Who Should Take This Course?

  • Anyone who wants to refresh their knowledge of SQL
  • Analysts who use relational databases
  • Beginning developers
  • Hobbyist programmers
  • Students taking courses in relational databases
  • Business database users who want to improve their skills

Reviews (0)

Average rating

4.81/5

★★★★★ ★★★★★ (77 ratings)

5 stars

91%

4 stars

7%

3 stars

0%

2 stars

0%

1 stars

2%