单项选择题

以下在mysql数据库中,可以实现创建数据库abc的SQL语句是()

A.drop table abc;
B.create tableifexists abc;
C.create database abc;
D.create table abc;