(a) Write the sql syntax to create a table name Client with the following restrictions; Client(cid, cname, address, age, occupation, salary, payment_mode) Where cid is the primary key. cname do not accept null values. Payment_mode accepts only cash or credit entries. The default address is “vacoas". client is at least 25 years old. Salary is above Rs 30000. (b) Consider the schema of Customer table in part(a) and write SQL statements for the following queries. i. Using SQL, write the command to add a new column in the client table with the following data definition; (Column “gender" of char data type and field size of 1). ii. Using SQL, write the command to insert the values in the Client table. cid | address age оссиpation salary Payment_mode gender cname 123 sam vacoas 31 manager 60000 cash m 124 david Пася 38 administrator 45000 credit iii. Write the SQL query to display the cid of all employees. iv. Write the SQL code to list all administrators whose salary is greater than Rs 45000. V. Write the SQL query to set salary of all supervisors to Rs 40 000. vi. Write the SQL query to display details of clients whose names end with character 'e'. vii. Write the SQL code to display details of those clients who come from Vacoas or mahebourg. viii. Write the SQL code to list details of clients in descending order of the salary. ix. Write the SQL code to show details of clients whosere salary is greater than Rs 45000 and age is between 35 and 45.

Database Systems: Design, Implementation, & Management
11th Edition
ISBN:9781285196145
Author:Steven, Steven Morris, Carlos Coronel, Carlos, Coronel, Carlos; Morris, Carlos Coronel and Steven Morris, Carlos Coronel; Steven Morris, Steven Morris; Carlos Coronel
Publisher:Steven, Steven Morris, Carlos Coronel, Carlos, Coronel, Carlos; Morris, Carlos Coronel and Steven Morris, Carlos Coronel; Steven Morris, Steven Morris; Carlos Coronel
Chapter11: Database Performance Tuning And Query Optimization
Section: Chapter Questions
Problem 2P: Problem 1 and 2 are based on the following query: SELECT EMP_LNAME, EMP_FNAME, EMP_AREACODE, EMP_SEX...
icon
Related questions
Question
(a) Write the sql syntax to create a table name Client with the following restrictions;
Client(cid, cname, address, age, occupation, salary, payment_mode)
Where
cid is the primary key.
cname do not accept null values.
Payment_mode accepts only cash or credit entries.
The default address is “vacoas".
client is at least 25 years old.
Salary is above Rs 30000.
(b) Consider the schema of Customer table in part(a) and write SQL statements for the following queries.
i. Using SQL, write the command to add a new column in the client table with the following data
definition; (Column “gender" of char data type and field size of 1).
ii.
Using SQL, write the command to insert the values in the Client table.
cid
address
age
occupation
salary
Payment_mode gender
cname
123
sam
vacoas
31
manager
60000
cash
m
124
david
flacq
38
administrator 45000
credit
m
iii.
Write the SQL query to display the cid of all employees.
iv.
Write the SQL code to list all administrators whose salary is greater than Rs 45000.
Write the SQL query to set salary of all supervisors to Rs 40 000.
V.
vi. Write the SQL query to display details of clients whose names end with character 'e'.
vii.
Write the SQL code to display details of those clients who come from Vacoas or mahebourg.
viii.
Write the SQL code to list details of clients in descending order of the salary.
ix.
Write the SQL code to show details of clients whosere salary is greater than Rs 45000 and age
is between 35 and 45.
Transcribed Image Text:(a) Write the sql syntax to create a table name Client with the following restrictions; Client(cid, cname, address, age, occupation, salary, payment_mode) Where cid is the primary key. cname do not accept null values. Payment_mode accepts only cash or credit entries. The default address is “vacoas". client is at least 25 years old. Salary is above Rs 30000. (b) Consider the schema of Customer table in part(a) and write SQL statements for the following queries. i. Using SQL, write the command to add a new column in the client table with the following data definition; (Column “gender" of char data type and field size of 1). ii. Using SQL, write the command to insert the values in the Client table. cid address age occupation salary Payment_mode gender cname 123 sam vacoas 31 manager 60000 cash m 124 david flacq 38 administrator 45000 credit m iii. Write the SQL query to display the cid of all employees. iv. Write the SQL code to list all administrators whose salary is greater than Rs 45000. Write the SQL query to set salary of all supervisors to Rs 40 000. V. vi. Write the SQL query to display details of clients whose names end with character 'e'. vii. Write the SQL code to display details of those clients who come from Vacoas or mahebourg. viii. Write the SQL code to list details of clients in descending order of the salary. ix. Write the SQL code to show details of clients whosere salary is greater than Rs 45000 and age is between 35 and 45.
Expert Solution
steps

Step by step

Solved in 3 steps with 8 images

Blurred answer
Knowledge Booster
SQL Query
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.
Recommended textbooks for you
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781285196145
Author:
Steven, Steven Morris, Carlos Coronel, Carlos, Coronel, Carlos; Morris, Carlos Coronel and Steven Morris, Carlos Coronel; Steven Morris, Steven Morris; Carlos Coronel
Publisher:
Cengage Learning
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781305627482
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
A Guide to SQL
A Guide to SQL
Computer Science
ISBN:
9781111527273
Author:
Philip J. Pratt
Publisher:
Course Technology Ptr