From the course: Introduction to Cassandra

Unlock the full course today

Join today to access over 24,900 courses taught by industry experts.

Challenge: Make a table

Challenge: Make a table

(upbeat synth music) - [Instructor] Now it's time for a challenge. You're going to create a table to exercise the skills you learned in the movies for this chapter. You will be creating a table as described on this slide. All the information you need to do this is in the previous sections of this chapter. And when you're ready, you can move to the final chapter section to see the solution. Create a table of developers organized by the languages they like, developers by language. The name should be a user-defined type using first underscore name and last underscore name. The table should include an ID, which is UUID, name, your U D T, which is text, email, text, city, text, and programming underscore language, which is your primary key, and it's also text. Your solution should have a create type command, a create table command, and an example insert command. Go to it and we'll take a look at the solution when you're ready.

Contents