From the course: Manage and Optimize Big Data with Apache Iceberg

Unlock the full course today

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

Challenge: Create an Iceberg table

Challenge: Create an Iceberg table

(funky pop music) - [Narrator] Here comes the challenge. Create an iceberg table named "Employee" with having four columns; id, first_name, last_name, and city. You need to insert a row inside this Employee table using the insert query command, and then use the select query to show that the row got added successfully in your iceberg table.

Contents