CIS4365: Database Applications
Fall, 2017

SQL References

All Submissions are recorded here. If there are Duplicate submissions (of sites), all sets of comments are recorded. If the submitter wishes to give their name, it is noted.

Site:http://www.cs.unibo.it/~ciaccia/COURSES/RESOURCES/SQLTutorial/sqlcont.htm
bulletSQL - Structured Query Language","This website is great for learning some of the basics of SQL. It is written by chapters and breaks down the different topics pertaining to SQL in an easy to read format.
bulletThis is a self-paced tutorial, which takes you through all the important elements of SQL up to and including sub-queries and correlation.
Site: http://www.dcs.napier.ac.uk/~andrew/sql/
bulletA Gentle Introduction of SQL","Interactive SQL tutorial.
SQL Server, Oracle, MySQL, PostgreSQL and Access.
SELECT statements including joins and functions. 
In this web page you can find almost any thing you need to know about SQL such as:
1) CREATE and DROP: 
2) INSERT and DELETE 
3) DATES 
4) FUNCTIONS 
5) USERS 
I really recommend this web page if you need help.
Site: http://www.1sqlstreet.com/vb/scripts/ShowCode.asp?txtCodeId=423&lngWId=5
bulletSQL In Simple English - Part 1","At last! An SQL tutorial made just for people like me. This site was listed as winning a contest for the site www.1sqlstreet.com back in April 2002. The tutorial begins with an intro to SQL, then follows an example using a simple table and the basics of inserting, deleting, and updating. It also gives many uses to the SELECT statement and implements mathematics. This site has enlightened my learning experience and I recommend it to anyone learning SQL.
Site: http://www.sqlcourse.com/
bulletSQL Interpreter and Tutorial","It provides a little introduction into the basic SQL commands and provides easy to understand SQL instructions. You can also practice what you learn using the online SQL interpreter after submitting your SQL commands. This website has good tutorials on varies SQL basics such as selecting, inserting, updating and dropping your tables. The website also has additional topics on SQL statements. For those who are already familiar with SQL, this would be a good refresher and reference site.
bulletA good Tutorial that has some examples and gives you the ability to practice what's on the tutorial as you go along.
bulletI highly recommend this website. I like the fact that information is very basic, simple and very straightforward. The information is not difficult to understand even if you never heard of SQL. That is the impression I got from visiting this site.
bulletA complete SQL reference for beginners and can help to practive with examples.
bulletIt ia a great site. It goes slowly through an interactive training of SQL. It goes slowly which is good so that all users can work with it. It also gives good examples. It also has examples and it lets you practice exercisses. It also has an interpreter which will interpret you code and check your work. It is really great I give it a 10!!!!!
bulletGreat place to learn more and practice commands at the same time.
bulletThis website is an introductory SQL tutorial that not only provides easy-to-understand SQL instructions, but it allows you to practice what you learn using the on-line SQL interpreter. This course includes a table with topics like What is SQL?, Table basics, Selecting data, Creating tables, Inserting into a table, Updating records, Deleting records, Drop a table, Advanced Queries, Standalone SQL interpreter, and Database Links.
bulletI liked this site, contains a lot of useful information.
Site: http://www.w3schools.com/sql/default.asp
bulletSQL tutorial","With this SQL tutorial you will learn how to use SQL to access, define, and manipulate the data in a database system, like Oracle, DB2, Sybase, Informix, Microsoft SQL Server, Access, and others.
bulletThese are very awesome people who’ve put a page together to help with the basics of SQL. This page is very good to bookmark for questions about SQL. I personally learned SQL statements 4 years ago from this page.
bulletThis is a good place to go to if you want to practice for the exam, and to see how much you really know about SQL. In this site you will find explanations on using SQL. You will also find some examples and quizzes. Just go to the website above, then on the right side of the screen click on SQL quiz under QUIZZES. You will be asked twenty questions and there is no time limit.
bulletSQL is an ANSI standard computer language for accessing and manipulating databases! This web page is a SQL tutorial where anyone can learn how to use SQL to access, define, and manipulate data in Oracle, DB2, Sybase, Informix, Microsoft SQL Server, Microsoft Access, and other database systems. This web site is very cool since it also contains answers to questions that we may commonly have regarding this topic.
bulletIt is a very good site for SQL tutorial and explains lots of basics and gives introduction about it. Conducts lot of good quizzes and exams to help learn the language better and provides professional updates, guidance and certification in the language.
bulletVery good site to get started in the field of SQL.
bulletIn this website you can find a very good SQL tutorial. At the left hand side of the screen there are hyperlinks that allow you to jump directly to the explanation of certain SQL statements, such as select, where, insert, etc. Furthermore, there is a section called "Try It" in which you can actually see the results from a query to a database.
bulletThis is a wonderful website providing information on the basic concepts of SQL along with its utility. The tutorial is divided in to three parts: The basic one advanced one and a demo part. The navigation between the links is very easy and fast which makes it a comfortable tool for beginners to learn SQL.
bulletW3schools is my favorite website for learning many of the aspects of web development. Their SQL section is for beginners, obviously, but offers excellent examples and sample code to get you started on the features of the SQL language.
bulletGives basic introduction and run down of main sql key words and uses.
bulletI like this site very much, as it provides tutorials for most of the software languages.
Site:http://www.cs.unibo.it/~ciaccia/COURSES/RESOURCES/SQLTutorial/sqlch1.htm
bulletBasics of (SQL) Structured Query Language","This web site is a complete self paced tutorial which takes you through all the important elements of SQL. One of the site's objective is to introduce the main concepts of data storage and retrieval in the context of database information systems. The web site also gives information on files, databases and database management systems.
Site: http://www.sqlcourse.com/
bulletIntroductory SQL Tutorial","I think this page can be very helpful to anybody who's starting to work with SQL. The page is basically an interactive on-line tutorial that takes you step-by-step through some of the SQL basics. It will provide results for you to check how good you did on each practice. A good thing about this is that when you're finished with the topics on this course you can continue to another course. Best of all, is that it's free.
Site: http://sirius.cs.ucdavis.edu/teaching/sqltutorial/
bulletOracle / SQL Tutorial on the UC Davis DBIS website","Oracle/SQL Basics.
Site: http://www.orafaq.com/faqsql.htm
bulletOracle SQL FAQ","This webpage contains references to SQL commands, FAQ's, and IT industry.
Site: http://www.developersdex.com/sql/
bulletDevelopersdex.com: SQL ","This is a great directory website to go to regarding SQL. Plus it also refers you to several other links for SQL.
Site: http://www.oreilly.com/catalog/sqlnut/chapter/ch04.html
bulletSQL in a Nutshell","This web site’s title suites it perfectly – the contents is a broad overview of SQL, including definitions of terms, detailed explanations of functions, and examples using code. The web site also provides an alphabetical listing of Microsoft SQL Server-supported functions, as well as an alphabetical listing of the SQL functions specific to Oracle. Some of the information contained in this web site may come in handy for our class projects.
Site: http://www.jcc.com/SQLPages/jccs_sql.htm#Prototype%20Databases
bulletJCC's SQL Standard Page","This website gives information on the standards of SQL. It provides prototype databases and publications relating SQL.
Site: http://www.sqlcourse.com/
bulletSQL Interpreter & Tutorial with Live Practice Database","I liked this website and will reference it again. It is a mini course on SQL. It has examples, definitions, how to select, and create tables and much more.
Site: http://www.sqlcourse.com/
bulletThis provides a tutorial on SQL and creating tables.","Excellent tutorial on learning the basics of SQL.
Site: http://www.baycongroup.com/tocsql.htm
bulletAn extremely comprehensive site that explains all faces of SQL programming, from an introduction to data manipulation.
bulletThis site contains SQL tutorial. All the concepts are well defined and explained using simple examples. This is a good place to start for some one learning SQL for the first time.
Site: http://databases.about.com/library/weekly/aa020401a.htm?PM=ss14_databases
bulletThe site has alot of database information
Site: http://sqlzoo.net/
bullet

This website is very good for SQL beginner. One of the basic interactive SQL tutorial.

bullet

Interactive SQL tutorial, including examples and many links to quick references on how to perform actions in SQL Server, Oracle, MySQL, PostgreSQL and Access. It also contains exercises for the user, and answers are provided for some of them. In general, the explanations and examples shown are detailed and understandable, and the links are very informative.

bullet

This site has tons of SQL info. Also helpful in that it has separate information on how to use SQL with SQL Server, Oracle, MySQL, PostgreSQL and MS Access.

bullet

This is a great page where we can interact with the SQL commands using online exercises that allows us to see how each SQL oommand works using predefined tables provided by the page itself.

bullet

This is a very intuitive site that has tutorials that allows you to see the commands creates and what the results are. It makes it easy to understand SQL!

Site: http://forums.devshed.com/f4/sff1f6179339367d29b2d86b37c13e122
bulletI am finding some answers to questions that I have about SQL here, so it may be helpful for other students during this section.
Site: http://www.dbazine.com/gulutzan3.html
bulletArticle compares how IBM, Microsoft, and Oracle support SQL:1999 standard and SQL:2003 standard.
Site: http://www.mysql.com/
bulletIt is a good website with a lot of information.
Site: http://www.webdevelopersjournal.com/articles/sql.html
bulletwritten in an informal manner, this article on is interesting to read and educational as well!
Site: http://www.oraclepower.com/isapi/orapower.dll?AID=SC&CAT_ID=1039
bulletThis site does contain variety of documents acts as a gateway to building knowledge in Oracle SQL.
Site: http://www.sql.org/
bulletThis site is an all in one resource that will help those using or wanting to make use of an SQL database find the resources and reference materials they are looking for: an sql tutorial, manual, introduction, SQL hosting provider, or someone to help them out. Their materials are currently limited to MySQL, PostgreSQL, Oracle, mSQL and Microsoft SQL, as well as materials that are applicable to any SQL server or relational database.
bulletThis site is an all in one resource that will help those using or wanting to make use of an SQL database find the resources and reference materials they are looking for: an sql tutorial, manual, introduction, SQL hosting provider, or someone to help them out. Their materials are currently limited to MySQL, PostgreSQL, Oracle, mSQL and Microsoft SQL, as well as materials that are applicable to any SQL server or relational database.
Site: http://www.mysql.com/documentation/mysql/bychapter/manual_Tutorial.html#Examples
bulletThis website contains examples of common queries.
Site: http://members.aol.com/cronid/sql.htm
bulletThis Website provides lots of information on SQL and database as a whole by listing out questions and corresponding answers.
Site: http://www.niehs.nih.gov/ctb/dbta/oracledb.htm
bulletThis pages gives you an idea of the functions for database administration using an Oracle database
Site: http://www.w3schools.com/sql/sql_intro.asp
bulletSQL Tutorial
bulletA concise site that explains the basics of SQL and related topics
bulletVery good tutorial for beginners
Site: www.sqlcommands.net/
bulletThis site is a good referance for looking up SQL commands and thier function.
Site: http://riki-lb1.vet.ohio-state.edu/mqlin/computec/tutorials/SQLTutorial.htm
bulletThis site provides good introduction to SQL. It can be recommeded for beginers. It describes how to use SQL and contains ample examples. The site also contains lots of links which are equally good as well.
Site: http://sqlcourse.com/
bulletThe link provides an online interactive course on SQL for begginers.
Site: http://sqlcourse.com/intro.html
bulletThis is a nine page, interactive SQL tutorial. It encapsulates the basics of SQL including table creation. The tutorial also gives good examples of the SELECT statement and query constraints. I would highly recommend this website for someone needing guidance on creating queries in SQL.
bulletThis site provides really all the information needed for a beginner with examples and basic description. I liked it .
Site: http://www.intermedia.net/support/sql/sqltut.asp
bulletThis web page gives the detailed description of Structured Query Language(SQL) version 4.11. It explains all the Data Definition Language(DCL) statements and Data Manipulation Language(DML) statements. It even gives details about the indexes, Joins , Normalization and other advanced concepts too. So this would be a good user manual for all SQL students. Finally the FAQ's at the end of the page are also very interesting.
Site: http://www.sql-tutorial.net/SQL-tutorial.asp
bulletThis is a nice SQL tutorial. We can learn in a very quick and efficient way.
Site: http://www.w3schools.com/sql/sql_quickref.asp
bulletits good and descriptive, explained every command clearly with an example.

 

This page was last updated on 02/26/09.