0 votes
in SQLite by
What is the use of WHERE clause in CRUD statements?

1 Answer

0 votes
by

WHERE clause is used to refer a specific row where the CRUD operation is executed. Without using WHERE clause all the rows will be affected.

Related questions

0 votes
asked Nov 12, 2021 in SQLite by Robin
0 votes
asked Dec 20, 2023 in C Plus Plus by GeorgeBell
...