January 2019
Beginner to intermediate
154 pages
4h 31m
English
In this section, we will be looking at some operations that we can perform on a database:
Create Database if not exists mydblocation '/opt/sparkdb';
The output following execution will be similar to this:

Describe Database [extended] mydb;
The output after execution will be similar to this:

Read now
Unlock full access