Giter Site home page Giter Site logo

galaxql-solutions's Introduction

GalaXQL Tutorial Solutions

SQL tutorial covering basic, intermediate and advanced SQL functions. GalaXQL software generates three tables of stars, planets and moons, each with 50,000 rows of data.

Contents

  1. SELECT ..
  2. SELECT .. FROM ..
  3. SELECT .. FROM .. WHERE .. ORDER BY .. DESC
  4. MAX(), MIN(), COUNT(), AVG(), SUM(), NULL
  5. INSERT INTO .. VALUES ..
  6. INSERT INTO .. SELECT ..
  7. Transactions, DELETE FROM .. WHERE ..
  8. UPDATE .. SET .. WHERE ..
  9. SELECT FROM table1, table2.., DISTINCT
  10. SELECT .. FROM (SELECT .. FROM ..)
  11. SELECT FROM .. JOIN ..
  12. CREATE VIEW, DROP VIEW
  13. CREATE TABLE, DROP TABLE
  14. Constraints
  15. ALTER TABLE
  16. SELECT .. GROUP BY .. HAVING ..
  17. UNION, UNION ALL, INTERSECT, EXCEPT
  18. Triggers
  19. Indexes

Project Setup

  1. Software and instruction is available at http://sol.gfxile.net/galaxql.html

galaxql-solutions's People

Contributors

vshaumann avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.