Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

age 8 OF Question 8 (8 points) Write SQL statements to query student names who have applied to Google. You will not get any point

image text in transcribed
image text in transcribed
image text in transcribed
image text in transcribed
age 8 OF Question 8 (8 points) Write SQL statements to query student names who have applied to Google. You will not get any point if your statement is not getting the correct result) 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 name 11 Wilson 2 Jonathan 31 Erica 4 Tom Slam 2. Table: companies (with 3 columns: id, name, city). Example: id I name city 1] Google Menlo Park 2 | Facebook | Menlo Park 3 | Apple Cupertino 4 | Amazon Seattle Time Left:1:26:28 Rikesh Shrestha: Attempt 1 3. Table: records (with 4 columns: id, apply date, student_id, company id). Example: id apply date student_id company_id 1/11/02/2020314 2 112/22/2020 415 3101/08/2021111 402/03/2021114

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 Management With Website Development Applications

Authors: Greg Riccardi

1st Edition

0201743876, 978-0201743876

More Books

Students also viewed these Databases questions