Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Introduction
Identity columns
Sequences
Summary

Instruction

Great! The id column was auto-generated. Now, let's try to specify our own value.

Exercise

Try to add another row to the table movie. The movie is called Feather, was released in 2012, and is a thriller. Provide your own id value of 100. What will happen?

As you can see, the database accepted your value for the id column.

Stuck? Here's a hint!

Simply run the template query.