Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Create a table using SQL (job_id, name, age, salary, sex, DOB)and insert the values using insert command then write a PLISQL query to show

Create a table using SQL (job_id, name, age, salary, sex, DOB)and insert the values using insert command then write a PLISQL query to show the salary of the each person from the table and display. Output: Salary of James is 78000 Salary of Martin is 100000 Salary of Minakshi is 75000 Salary of Rajnish is 62000

Step by Step Solution

3.36 Rating (146 Votes )

There are 3 Steps involved in it

Step: 1

SQL create a table CREATE TABLE employee jobid INTEGER PRIMARY KEY name TEXT NOT NULL age I... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Modern Database Management

Authors: Jeff Hoffer, Ramesh Venkataraman, Heikki Topi

12th edition

133544613, 978-0133544619

More Books

Students also viewed these Computer Engineering questions

Question

What research interests does the faculty member have?

Answered: 1 week ago