100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached
logo-home
Summary Cst8116 CA$11.59   Add to cart

Summary

Summary Cst8116

 6 views  0 purchase

Summary of 1 pages for the course CST 8285 at Algonquin College (Lab8)

Preview 1 out of 1  pages

  • June 3, 2023
  • 1
  • 2022/2023
  • Summary
All documents for this subject (1)
avatar-seller
nkamsehsomebodyvincentbonsi
-- bonsi nkamseh
-- 041060183
-- question 1
use flightdb;
SELECT COUNT(*) FROM airlines;
-- question 2
SELECT AVG(elevation) FROM airports;
-- question 3
SELECT MAX(elevation), MIN(elevation) FROM airports;
-- question 4
SELECT country_id, AVG(elevation) FROM airports GROUP BY country_id;
-- question 5
SELECT country_id, AVG(elevation) FROM airports GROUP BY country_id ORDER BY
country_id;
-- question 6
SELECT country_id, AVG(elevation) FROM airports GROUP BY country_id ORDER BY
AVG(elevation) desc;
-- question 7
SELECT country_id, AVG(elevation) FROM airports GROUP BY country_id HAVING
AVG(elevation) >= 300 ORDER BY AVG(elevation) desc;


-- question 8
SELECT COUNT(*) FROM aircrafts WHERE name = 'Boeing' AND description LIKE '74%';
-- question 9
SELECT COUNT(DISTINCT wake_size) FROM aircrafts WHERE name IN ('Boeing', 'Airbus');

-- question 10
select count(*) from airlines where active = 'Y' and country_id = '208';

The benefits of buying summaries with Stuvia:

Guaranteed quality through customer reviews

Guaranteed quality through customer reviews

Stuvia customers have reviewed more than 700,000 summaries. This how you know that you are buying the best documents.

Quick and easy check-out

Quick and easy check-out

You can quickly pay through credit card or Stuvia-credit for the summaries. There is no membership needed.

Focus on what matters

Focus on what matters

Your fellow students write the study notes themselves, which is why the documents are always reliable and up-to-date. This ensures you quickly get to the core!

Frequently asked questions

What do I get when I buy this document?

You get a PDF, available immediately after your purchase. The purchased document is accessible anytime, anywhere and indefinitely through your profile.

Satisfaction guarantee: how does it work?

Our satisfaction guarantee ensures that you always find a study document that suits you well. You fill out a form, and our customer service team takes care of the rest.

Who am I buying these notes from?

Stuvia is a marketplace, so you are not buying this document from us, but from seller nkamsehsomebodyvincentbonsi. Stuvia facilitates payment to the seller.

Will I be stuck with a subscription?

No, you only buy these notes for CA$11.59. You're not tied to anything after your purchase.

Can Stuvia be trusted?

4.6 stars on Google & Trustpilot (+1000 reviews)

75632 documents were sold in the last 30 days

Founded in 2010, the go-to place to buy study notes for 14 years now

Start selling
CA$11.59
  • (0)
  Add to cart