List the names of all customers that have a credit limit of $7,500 or less.
SELECT statement:
It is used to retrieve information from the table or database. The syntax for the “SELECT” statement is given below:
Syntax:
SELECT * FROM table_Name;
SQL code:
The SQL code used to list the customer name whose credit limit is “$7500” or less is as follows:
SELECT CUSTOMER_NAME FROM CUSTOMER WHERE CREDIT_LIMIT < = 7500;
Explanation:
The above query list the “CUSTOMER_NAME” whose credit limit is less than or equal to “$7500”.
Output:
Screenshot of output
Subscribe now to access step-by-step solutions to millions of textbook problems written by subject matter experts!
Fundamentals of Information Systems
Principles of Information Security (MindTap Course List)
Database Systems: Design, Implementation, & Management
Database Systems: Design, Implementation, & Management
Fundamentals of Information Systems
Precision Machining Technology (MindTap Course List)
Principles of Information Systems (MindTap Course List)
Fundamentals of Geotechnical Engineering (MindTap Course List)
Automotive Technology: A Systems Approach (MindTap Course List)
Cornerstones of Financial Accounting
Principles of Geotechnical Engineering (MindTap Course List)
Mechanics of Materials (MindTap Course List)
Engineering Fundamentals: An Introduction to Engineering (MindTap Course List)
Systems Analysis and Design (Shelly Cashman Series) (MindTap Course List)
Management Of Information Security
Solid Waste Engineering
International Edition---engineering Mechanics: Statics, 4th Edition
Fundamentals of Chemical Engineering Thermodynamics (MindTap Course List)
EBK ELECTRICAL WIRING RESIDENTIAL
Electric Motor Control
Steel Design (Activate Learning with these NEW titles from Engineering!)
Automotive Technology
A+ Guide to Hardware (Standalone Book) (MindTap Course List)
Enhanced Discovering Computers 2017 (Shelly Cashman Series) (MindTap Course List)
Structural Analysis
Welding: Principles and Applications (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)