
#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
検索結果: "#SQLBasic"
10 件の結果













