31-Create a SQL statement to Display the number of clients for each CType with having less than 2 clients in the CLIENTS table.

A Guide to SQL
9th Edition
ISBN:9781111527273
Author:Philip J. Pratt
Publisher:Philip J. Pratt
Chapter8: Sql Functions And Procedures
Section: Chapter Questions
Problem 6SCG
icon
Related questions
Question

31-Create a SQL statement to Display the number of clients for each CType with having less than 2 clients in the CLIENTS table.

ROOMS
RID
RType
Rate
Bedroom
Room_Status
CID
101
Studio
10
Available
102
Studio
10
Occupied
1521
103
Deluxe
20
1
Occupied
1522
104
Family
25
2
Occupied
1523
105
Family
30
Available
3.
Transcribed Image Text:ROOMS RID RType Rate Bedroom Room_Status CID 101 Studio 10 Available 102 Studio 10 Occupied 1521 103 Deluxe 20 1 Occupied 1522 104 Family 25 2 Occupied 1523 105 Family 30 Available 3.
Table Name: CLIENTS
Field Name/ Data Type
column name
Size
Constraints
CID
Number
8
PRIMARY KEY
CName
Varchar2
25
NOT NULL
Gender
Varchar2
10
Validate to accept
Male or Female only
Address
Varchar2
25
Contact
Number
15
стуре
Varchar2
15
Transcribed Image Text:Table Name: CLIENTS Field Name/ Data Type column name Size Constraints CID Number 8 PRIMARY KEY CName Varchar2 25 NOT NULL Gender Varchar2 10 Validate to accept Male or Female only Address Varchar2 25 Contact Number 15 стуре Varchar2 15
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Table
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.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
A Guide to SQL
A Guide to SQL
Computer Science
ISBN:
9781111527273
Author:
Philip J. Pratt
Publisher:
Course Technology Ptr
Programming with Microsoft Visual Basic 2017
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:
9781337102124
Author:
Diane Zak
Publisher:
Cengage Learning