What enables you to view data from a table based on a specific criterion
Answers
Answered by
0
Answer:
WHERE helps you to view data from a table.
Explanation:
If using SQL, WHERE helps you to view a specific data from table.
ex:-
Select * from "Table name" Where "Column name" > 50;
Answered by
4
√√√√√√√√√√√√√
see the attachment please....
Similar questions