Skip to content
Kevin Kelly edited this page Apr 19, 2018 · 1 revision

Welcome to the LearnSQL wiki!

LearnSQL aims to create a website for users to learn and practice SQL. These topics will range from the very basics to the very complex of SQL

This site would include an area, broken into sections, where you can learn about specific topics and then after learning section there would be a multitude of questions for each topic that ask you to write SQL statements to answer a question. Postgres is being used because it uses the SQL standard for most operations, which would probably be what most students would be learning in an introductory class.

While there are some sites that offer similar concepts most of them either offer a lot of explanation with little practice or some practice with little explanation. The goal of this website would be to create a lot of explaining and a large amount of questions per topic. Front end development would be built using HTML, CSS and Node.JS(which I have been taking an online course to learn since beginning of winter break). The backend would be Node.js and Postgres connected by the node modules Express and pg (a Postgres module).

Clone this wiki locally