- CREATE DATABASE students
- CREATE DATABASE students;
- create database if not exists students
- IF NOT EXISTS CREATE DATABASE STUDENTS;