How do you create temporary MySQL table in SQLAlchemy?

Is there a tool which shows what all happen when we create a table in mysql?

  • Hi all, My question is, i want to know what all happens in mysql database (pictorially). when i do some operation. For example. Creating a table (with index, without index,  with unique keys, with foreign keys, with different type of DB structure InnoDb or MyIsam. So is there a tool which actually shows the details of this.

  • Answer:

    Explain is a DML and can be used to get the statergy used my mysql for executing the query. You can view the details of the table you are looking for by running show table command but thats after the table is actually created.

Ravi Petlur at Quora Visit the source

Was this solution helpful to you?

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.