WHERE statement is used to define a filter expression?

1 answer

Answer

1014736

2026-04-08 04:05

+ Follow

Yes. For example, using a database containing a table clients:

SELECT clients.Name

FROM clients

WHERE clients.city='New York'

would show ONLY the clients from New York

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.