Interviewer And Interviewee Guide

MariaDB Interview Question:

Please explain what is the use of LIKE clause in MariaDB?

Submitted by: Muhammad
MariaDB LIKE clause is used with SELECT, INSERT, UPDATE and DELETE statement to retrieve data when an operation needs an exact match.

Syntax:
SELECT field, field2,... FROM table_name, table_name2,...
WHERE field LIKE condition
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.