📜  sql代码示例中的where子句是什么

📅  最后修改于: 2022-03-11 15:05:28.255000             🧑  作者: Mango

代码示例1
Where clause basically returns only 
true conditions

Select First_Name
From Customers
Where ID = 1905Cimbom;