Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

image text in transcribed

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Marketing The Ultimate Marketing Tool

Authors: Edward L. Nash

1st Edition

0070460639, 978-0070460638

More Books

Students also viewed these Databases questions

Question

=+Understand the fi eld of comparative IHRM.

Answered: 1 week ago