<database definition>::=
CREATE DATABASE [IF NOT EXISTS] <database name>
[[DEFAULT] CHARACTER SET <character set name>]
[[DEFAULT] COLLATE <collation name>]
=>what is the disadvantage of not using [IF NOT EXISTS] clause.
=> if there is no disadvantage then why we use this clause ?
waiting for reply
