Question: 6. Write an SQL statement to display all the information for the salesmen with a commission of 0.13. 7. Add the following rows to the
6. Write an SQL statement to display all the information for the salesmen with a commission of 0.13. 7. Add the following rows to the salesman table then display your table after adding the new rows: (NULL, 'Mc Donald', 'London', 0.16) (NULL, 'Pem Mike', 'San Jose', 0.15) (NULL, 'Mc Bin', 'San Jose', 0.11) 6. Write an SQL statement to display all the information for the salesmen with a commission of 0.13. 7. Add the following rows to the salesman table then display your table after adding the new rows: (NULL, 'Mc Donald', 'London', 0.16) (NULL, 'Pem Mike', 'San Jose', 0.15) (NULL, 'Mc Bin', 'San Jose', 0.11)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
