What syntax is correct to filter the name attribute is not ‘sok’?
- A. SELECT * FROM tblcustomer WHERE name != ‘sok’
- B. SELECT * FROM tblcustomer WHERE name >< 'sok'
- C. SELECT * FROM tblcustomer WHERE name <> ‘sok’
- D. None correct
Answer: Option A
What syntax is correct to filter the name attribute is not ‘sok’?
Answer: Option A