adspace
What are the objects can be created using CREATE statement?
Answer Posted / Anima Gupta
In MySQL, you can create tables (CREATE TABLE), databases (CREATE DATABASE), users (CREATE USER), indexes (CREATE INDEX), and views (CREATE VIEW) using the CREATE statement.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers