1.

How many queries are present in MariaDB?

Answer»

There are six queries

  • Creating Table : In a table creation, determine its NAME, field names, and field definition.
  • Drop Table : In this process, we delete a table these deleted tables are irrecoverable.
  • INSERT Table : Embeddings information into a table requires the INSERT query.
  • Select Table : Select query applies on selected ROWS to retrieve them. It also gives different alternatives to specify the table use.
  • Update Table : update query let you MODIFY the existing data of the table by changing values.
  • Delete Table : The delete query erases table ROW from the predefined table and returns the erased quantity.


Discussion

No Comment Found