Creating databases

suggest change

Syntax

Parameters

|Parameter |Details | |––––––––––|————————| |CREATE DATABASE | Creates a database with the given name | CREATE SCHEMA | This is a synonym for CREATE DATABASE |IF NOT EXISTS | Used to avoid execution error, if specified database already exists |create_specification| create_specification options specify database characteristics such as CHARACTER SET and COLLATE(database collation)

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents