Coder Social home page Coder Social logo

gnu_sqltutor's Introduction

GNU Sqltutor - Summary

Interactive web based tool for learning SQL by examples. SQLtutor
consists of two main modules: a database of questions and answers and
a simple CGI interface for running tests. Questions are chosen at
random for each session, submitted queries are checked against correct
answers stored in the database. Query results differing only in column
permutations are evaluated as correct. For each session queries and
answers are logged and the final score is evaluated when the test is
finished. SQLtutor is written in C++ with lipqxx library to connect to
PostgreSQL database. SQLtutor runs on GNU/Linux.

Installing PostGIS on Debian GNU/Linux
--------------------------------------

First install PostGIS packages:

$ apt-get install postgis postgresql-8.4-postgis

PostGIS datasets require database with PostGIS support, you can create
such database e.g. with the following commands (depends on PostGIS
version):

$ createdb sqltutor
$ createlang plpgsql sqltutor
$ psql -d sqltutor -f /usr/share/postgresql/8.4/contrib/postgis-1.5/postgis.sql
$ psql -d sqltutor -f /usr/share/postgresql/8.4/contrib/postgis-1.5/spatial_ref_sys.sql

gnu_sqltutor's People

Contributors

cepek avatar

Watchers

James Cloos avatar Ralic Lo 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.