Question: Given a table called bank and a table called customer, write an SQL query statement in the box below that shows a customer's last

Given a table called bank and a table called customer, write an SQL query statement in the box below that shows a customer's last name and their associated bank name. Note: The bank table contains the fields: bankName (a varchar field) and bankID (a numeric field that is a primary key). The customer table contains the fields: customerLastName (a varchar field), customerID (a numeric field that is a primary key), and bankID (a numeric field that is a foreign key).
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
