Question: SQL Statement Students are about to graduating and trying to submit job applications to different companies like Google, Facebook, Apple, and Amazon, etc... There is

SQL Statement Students are about to graduating and trying to submit job applications to different companies like Google, Facebook, Apple, and Amazon, etc... There is a database to keep track of a group of students and their job applications to different companies. There are 3 tables in the database: 1. Table: students (with 2 columns: id, name). Example: id I name 1 Wilson 2 Jonathan 3 Erica 4 Tom 5 Amy 2. Table: companies (with 3 columns: id, name, city). Example: id I name city 11 Google | Menlo Park 2 Facebook | Menlo Park 3 Apple Cupertino 4 | Amazon Seattle 3. Table: records (with 4 columns: id, apply_date, student_id, company_id). Example: id I apply_date student_id | company_id 1/11/02/20201314 2 12/22/2020415 301/08/202111 402/03/2021114 Question 7 (8 points) Write a SQL statement to query all the companies in the "companies" table locate at "Menlo Park". (You will not get any point if your statement is not getting the correct result)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
