Subject not found.
1.

How To Create Database Statement In Apache Tajo?

Answer»

The statement USED to create a database in TAJO is Create Database and the syntax for the statement is:

CREATE DATABASE [IF NOT EXISTS]

Ex: default> create database if not exists TEST;

The statement used to create a database in Tajo is Create Database and the syntax for the statement is:

CREATE DATABASE [IF NOT EXISTS]

Ex: default> create database if not exists test;



Discussion

No Comment Found