Interviewer And Interviewee Guide

MariaDB Interview Question:

Explain me what is the use of DELETE statement in MariaDB?

Submitted by: Muhammad
The MariaDB DELETE statement is used to delete one or more records from the table in the database. It can be used to delete records from the table as well the whole table if you use it without WHERE condition.

Syntax:
DELETE FROM table
[WHERE conditions]
[ORDER BY expression [ ASC | DESC ]]
[LIMIT number_rows];
Submitted by: Muhammad

Read Online MariaDB Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.