What are the objects can be created using CREATE statement?



What are the objects can be created using CREATE statement?..

Answer / 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

More MySQL Interview Questions

What is information_schema in mysql?

1 Answers  


Should I use pdo or mysqli?

1 Answers  


How MySQL is different from SQL?

17 Answers   HCL, IBM,


Do I need to pay for mysql?

1 Answers  


Which is better mysql or microsoft sql?

1 Answers  


What is mysql default database?

1 Answers  


Why do we use mysql?

1 Answers  


How do you login to MySql using Unix shell?

1 Answers  


How can I see connections in mysql?

1 Answers  


What is mysql primary key?

1 Answers  


Where is mysql data stored linux?

1 Answers  


Can you tell the difference between $message and $$message?

1 Answers  


Categories