The HR department wants you to create SQL statements to insert, update, and delete employee data. As a prototype, you use the MY_EMPLOYEE table before giving the statements to the HR department. Note:...


INPUT SQL


The HR department wants you to create SQL statements to insert, update, and delete employee data.<br>As a prototype, you use the MY_EMPLOYEE table before giving the statements to the HR department.<br>Note: For all the DML statements, use the Run Script icon (or press [F5]) to execute the query. This<br>way you get to see the feedback messages on the Script Output tab page. For SELECT queries,<br>continue to use the Execute Statement icon or press [F9] to get the formatted output on the Results<br>tab page.<br>Insert data into the MY_EMPLOYEE table.<br>1. Run the statement in the lab_09_01.sql script to build the MY_EMPLOYEE table used in<br>this practice.<br>2. Describe the structure of the MY_EMPLOYEE table to identify the column names.<br>DESCRIBE MY_EMPLOYEE<br>Name<br>Null<br>Туре<br>ID<br>NOT NULL NUMBER ( 4)<br>VARCHAR2 (25)<br>LAST_NAME<br>FIRST_NAME<br>VARCHAR2 (25)<br>USERID<br>VARCHAR2 (8)<br>SALARY<br>NUMBER (9,2)<br>

Extracted text: The HR department wants you to create SQL statements to insert, update, and delete employee data. As a prototype, you use the MY_EMPLOYEE table before giving the statements to the HR department. Note: For all the DML statements, use the Run Script icon (or press [F5]) to execute the query. This way you get to see the feedback messages on the Script Output tab page. For SELECT queries, continue to use the Execute Statement icon or press [F9] to get the formatted output on the Results tab page. Insert data into the MY_EMPLOYEE table. 1. Run the statement in the lab_09_01.sql script to build the MY_EMPLOYEE table used in this practice. 2. Describe the structure of the MY_EMPLOYEE table to identify the column names. DESCRIBE MY_EMPLOYEE Name Null Туре ID NOT NULL NUMBER ( 4) VARCHAR2 (25) LAST_NAME FIRST_NAME VARCHAR2 (25) USERID VARCHAR2 (8) SALARY NUMBER (9,2)

Jun 06, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here