Can we create table in stored procedure?



Can we create table in stored procedure?..

Answer / Preety Rani

Yes, it is possible to create a table within a stored procedure in MySQL using the CREATE TABLE statement.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

How does mysql store binary data?

1 Answers  


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

1 Answers  


How many sql dml commands are supported by 'mysql'?

1 Answers  


How to create a new view in mysql?

1 Answers  


what is cte? : Mysql dba

1 Answers  


How can you make a database as your current database?

1 Answers  


What is the default port for MySQL Server?

1 Answers  


How do I restore a mysql database dump file in linux?

1 Answers  


Is mysql a programming language?

1 Answers  


What is 'mysqldump'?

1 Answers  


Can you rename a database in mysql?

1 Answers  


how to search second maximum(second highest) salary value(integer)from table employee (field salary)in the manner so that mysql gets less load?

1 Answers  


Categories