salesman_id |    name    |   city   | commission  -------------+------------+----------+------------         5001 | James Hoog | New York |       0.15         5002 | Nail Knite | Paris    |       0.13         5005 | Pit Alex   | London   |       0.11         5006 | Mc Lyon    | Paris    |       0.14         5007 | Paul Adam  | Rome     |       0.13         5003 | Lauson Hen | San Jose |       0.12 Table: Customer customer_id |   cust_name    |    city    | grade | salesman_id  -------------+----------------+------------+-------+-------------         3002 | Nick Rimando   | New York   |   100 |        5001         3007 | Brad Davis     | New York   |   200 |        5001         3005 | Graham Zusi    | California |   200 |        5002         3008 | Julian Green   | London     |   300 |        5002         3004 | Fabian Johnson | Paris      |   300 |        5006         3009 | Geoff Cameron  | Berlin     |   100 |        5003         3003 | Jozy Altidor   | Moscow     |   200 |        5007         3001 | Brad Guzan     | London     |       |        5005 Question 3  Create a store procedure that displays the names of salesman located in Paris and their commission

New Perspectives on HTML5, CSS3, and JavaScript
6th Edition
ISBN:9781305503922
Author:Patrick M. Carey
Publisher:Patrick M. Carey
Chapter3: Designing A Page Layout: Creating A Website For A Chocolatier
Section3.2: Visual Overview: Page Layout Grids
Problem 6QC
icon
Related questions
Question

salesman_id |    name    |   city   | commission 
-------------+------------+----------+------------
        5001 | James Hoog | New York |       0.15
        5002 | Nail Knite | Paris    |       0.13
        5005 | Pit Alex   | London   |       0.11
        5006 | Mc Lyon    | Paris    |       0.14
        5007 | Paul Adam  | Rome     |       0.13
        5003 | Lauson Hen | San Jose |       0.12

Table: Customer
customer_id |   cust_name    |    city    | grade | salesman_id 
-------------+----------------+------------+-------+-------------
        3002 | Nick Rimando   | New York   |   100 |        5001
        3007 | Brad Davis     | New York   |   200 |        5001
        3005 | Graham Zusi    | California |   200 |        5002
        3008 | Julian Green   | London     |   300 |        5002
        3004 | Fabian Johnson | Paris      |   300 |        5006
        3009 | Geoff Cameron  | Berlin     |   100 |        5003
        3003 | Jozy Altidor   | Moscow     |   200 |        5007
        3001 | Brad Guzan     | London     |       |        5005

Question 3 
Create a store procedure that displays the names of salesman located in Paris and their commission

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Managing System
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
New Perspectives on HTML5, CSS3, and JavaScript
New Perspectives on HTML5, CSS3, and JavaScript
Computer Science
ISBN:
9781305503922
Author:
Patrick M. Carey
Publisher:
Cengage Learning