Answered step by step
Verified Expert Solution
Question
1 Approved Answer
SYNTAX AND PUNCTUATION MATTERS 1. Select first name, last name and email address of the employees where commission percentage is null and making more than
SYNTAX AND PUNCTUATION MATTERS 1. Select first name, last name and email address of the employees where commission percentage is null and making more than $30000 and working in department 50. 2. Create the product table (use your own imagination to put data types). 3. Insert a new product into product table with all the required details. 4. Delete all employees working as "SALES_REP' in department 30 making no commission. SYNTAX AND PUNCTUATION MATTERS 1. Select first name, last name and email address of the employees where commission percentage is null and making more than $30000 and working in department 50 . 2. Create the product table (use your own imagination to put data types). 3. Insert a new product into product table with all the required details. 4. Delete all employees working as "SALES_REP' in department 30 making no commission. 5. Increase the salary of all employees by 3% if the employee is making some commission and the job_id is "SALES_REP". 6. What are the 5SQL statement types? 7. Show customer name, product name, order date, order status, quantity and product details of all orders. 8. Display department name, manager name, and city. 9. Show country name, city, region name and department name all department from London and Tokyo. 10. Show details of the current job for employees who previously worked as IT Programmers
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started