
#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
Arama Sonuçları: "#SQLBasic"
10 sonuç













