MariaDB Question:

Download Job Interview Questions and Answers PDF

Do you know what is the use of WHERE clause?

MariaDB Interview Question
MariaDB Interview Question

Answer:

WHERE clause is used to select or change a specific location to fetch the records from a table. It is used with SELECT, INSERT, UPDATE and DELETE statement.

Syntax:
[COMMAND] field,field2,... FROM table_name,table_name2,... WHERE [CONDITION]

Download MariaDB Interview Questions And Answers PDF

Previous QuestionNext Question
Tell us how to insert records in a table in MariaDB database?Do you know what is the use of MariaDB SUM() function?