
#SQLBasic
WHERE Clause:
Where clause is used to filter the records from a table before the data is fetched and displayed. If we want to fetch the employees records based in the dept we can write
Select * from employees where dept='IT'
English
Resultados da pesquisa: "#SQLBasic"
10 resultados













