Which command is used to create the table in MariaDB’s database?

devquora
devquora

Posted On: Feb 22, 2018

 

It is done by step after step. These steps are: -

  • First of all, it needs to construct a database.
  • When it is done, select the database.
  • After that create a table by commanding CREATE TABLE statement.
  • If you want to create or delete the table you must have the privilege for it

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    MariaDB Interview Questions

    What do you understand by the MariaDB?

    MariaDB is developed by MySQL developers. It is a popular public source under GNU GPL which is related to database management technology...

    MariaDB Interview Questions

    Mention some characteristics of MariaDB?

    It has a lot of unique features that make it more useful and wonderful to work over it than MySQL. Some features are:..

    MariaDB Interview Questions

    Which command is used to delete the table in MariaDB’s database?

    The command DROP TABLE is used to delete the table in MariaDB’s database...