Answer:
select * from resources
where rate between 10 and 15
order by rate (ASC|DESC)
Explanation:
On Chegg + SQL textbook
(Here we are using * keyword to fetch all the records from resource table and between operator is used to fetch values between two vaues(values included).
Order By clause is used to sort the values and ASC is used with order by clause to sort in ascending order and DESC is used to sort in Descending Order.
By default if we do not specify anything then it will take ASC.
 
        
             
        
        
        
save to folder on desctop and use when
 need to
 
        
             
        
        
        
Answer:
The answers is: five tables: for customers, employees, suppliers, parts (or products), and sales.
Explanation:
A business database is an organized collection of information related to a business's activities. It helps organize information about your customers, sales, human resources and production. 
Depending on the size of the company, databases can include huge amounts of information including past prices, profits, profit margins, alternative vendors, customer buying patterns, etc. 
The basic information that should be included even for small companies is: clients, human resources, vendors, production, and sales. 
 
        
             
        
        
        
Answer:
please
Explanation:
i also need the answer of it