You are querying a database of manufacturing company suppliers. The column name for supplier identification numbers is supplier_id. What is the correct clause to retrieve only data about the supplier with identification number 85317?
  • FROM supplier_id 85317
  • COLUMN supplier_id = 85317
  • SELECT supplier_id 85317
  • WHERE supplier_id = 85317

Leave a Comment

Your email address will not be published. Required fields are marked *