From the course: End-to-End Real-World Data Engineering Project with Databricks

Unlock this course with a free trial

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

Create the Silver layer database

Create the Silver layer database

- [Instructor] Now it's time to create our second layer that is silver layer database. For that, let's quickly go to the new notebook. Give the name of a notebook at Silverlayer_DB and let's just quickly write our Spark SQL command. That's create database globalretail_silver, and also add the condition as create database, if not exist, and execute. This will going to create our globalretail_silver layer. If you want to just check it, just simply use percent SQL and say show databases. And this will show you all the databases. And in that you can see globalretail_silver database.

Contents