CIS4365: Database Applications
Fall, 2017

Database Foundations 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://dizzy.library.arizona.edu/rio/db1-1.html
bulletDatabase Basics
This is a really good, easy to understand, site. It is part of the Research Instruction On-line (RIO) series at the University of Arizona. This page has links to the following topics:
bullet What is a Database?
bullet Electronic Database Searching
bullet Choosing Search Terms
bullet Live Database Search
bullet Keyword / Subject Searching 
bullet Limiting  Your search
bullet Expanding Your Search
bullet See What You've Learned

A really nice tutorial for anyone interested in any of the topics listed (Submitted by Peeter Kirs)
 

bulletRIO-Research Instruction Online from The University Of Arizona Library. This is an awsome idea. Why cant Utep have this kind if site for its students. (Anonymous Submission)
Site: http://www.islandnet.com/~tmc/html/articles/orareln.htm#What%20is%20a%20Database
bulletA nice overview by Tim McLellan
bulletThis article is available for personal and public non-commercial use and may be referenced or reproduced, in whole or in part by any means.
Site: http://www.wdvl.com/Authoring/DB/Intro/toc.html
bulletWeb Developer's Virtual Library - Introduction to Databases for the Web. The home page for this web site is a table of contents which is broken down into four parts: 1)Basics, 2)Retrieving and Manipulating Data, 3)CGI Interfaces to SQL Databases, and 4) JAVA Database Connectivity.
Beneath each section is a list of individual topics. All users have to do is click on the topic heading in order to link to a page with information on that particular topic. Some of the information given is simple definitions, but as users get into the more detailed topics, definitions, as well as examples, graphs, and even tutorials are given.
The home page also includes a side bar with a section on ""Hot Topics,"" which includes links to information about subjects such as HTML, ASP, and XML. The side bar also includes sections on e-commerce news and announcements for upcoming conferences and expos. There is a great deal of information on this page, and I think this website will come in handy as a study tool for this course.
bulletContains everything you may need for web development, from Authoring help, design tools, graphics, to discussion forums.
Site: http://www.oramag.com/oramag/oracle/02-may/index.html
bulletThis describes the reasons why companies are moving toward switching their DBMS to Oracle. Because of the strength that companies are obtaining with their customer base, they are searching for ways to improve their customer service. This article provides excellent points to companies that perhaps should consider ""migrating"" to Oracle.
Site: http://data.cs.washington.edu
bulletThe University of Washington's Database Research Group. The main features of this site that I liked are that it has links to several topics we have discussed. The topics are we are concerned with are: data mining, data integration, and model management. Each link has a brief definition or description of what the topic is, there are several links to various projects on the subject, links to the members who have worked on that particular part of the project, as well as project alumni, and publications from those who have participated in this project. Unfortunately, I was not allowed access to many of the journals that they had published or the journals were not able to download properly.
Site: http://www.fukada.com/selena/tutorials/sql/toc.html
bulletIntroduction to Databases for the Web. This is a great overview of the types of databases there are plus there is much more information regarding databases.
Site: http://www.boeing.com/companyoffices/history/bna/
bulletNorth American History This website would be a good reference relating to Rockwell's Moon Project. This website talks about North American History with relation to boeing.
Site: http://www.ifla.org/II/metadata.htm
bulletDigital Libraries: Metadata Resources This website is a great tool to use when wanting to know about metadata. It has the definition as well as general resourses and indices to use in order to find additional information.
Site: http://www.geekgirls.com/database_dictionary.htm
bulletDatabase Dictionary This site provides students with a database dictionary that contains basic terminology that students could reference if they were taking an introductory course in database management. The navigation is simple and the terms that are defined are listed so all you need to do is click on the term and it will be defined for you. You can look at all the terms that are defined by scrolling down the page also. Some of the terms defined are database, dbms, field, flat file, SQL, etc.

Site: http://databases.about.com/mbody.htm
        http://databases.about.com/library/weekly/aa120300a.htm
          

bulletDatabase essentials, tutorials, news by IT professional Mike Chapple. Good site to find answers to basic questions about databases. A good example is the microsoft access db fundamentals page.
bulletI see a lot of terms that we use on Section 1 Database Foundations. And, it is easy to read and concise ( 3 Web pages). There is also additional database information on other areas if you want to learn more.
Site: http://dotatmac.mcmaster.ca/db_basics/db_01_home.htm 
bulletThe title for this webpage is database basics. This website describes what a database is and its foundations. It is fairly brief but also to the point.
bulletThis site is great its like a tutorial about databases. It even has like questions to challenge you. It is very informative and very friendly. Its a very interative site. It has links to what ever you need. It has a glossary in case you don't understand something. Its really good except for lack of graphics.
bulletGives a brief instructional slideshow on databases and quizzes to chick your knowledge.
Site: http://www.oracle.com/ip/deploy/database/oracle9i/
bulletIntroduction to Oracle9i description page, A very good introduction and description of the emerging systems from Oracle. The page requires visitors to register for some information though registration is free. The site provides links to trade journals and other articles describing the use of the system and some companies using the software. Articles appear to be somewhat biased but is to be expected on the developer companies site. If you are going to be involved with databases, I recommend this reference. 
Features on the site:
Overview 
Transaction Processing 
Data Warehousing 
Content Management 
Reliability 
Security 
Manageability 
Site: http://www.stanford.edu/group/itss/css/unix/alchemy.html
bulletUNIX Sytems and Technical Services (Alchemy). In this page Stanford University is announcing their new product suite named Alchemy by the Information Management Research (IMR). This program suite consists of two main programs: Build and Search. The suite is a Windows compatible application that can be used to build document databases that provides several options of retrieval and output, such as computer generated reports that can be available on-line. Alchemy does not require any database management or programming skills, or client/server experience to operate. Also, its databases can be accessed using SQL and are compliant with the Open Database Connectivity (OBDC). The Search suite is a full-featured Windows client used for read-only access to the documents databases that have been created with the Build suite. It is important to point out that the databases can be viewed by many simultaneous users. Finally, Alchemy is an ideal candidate for storing and managing large volumes of images, computer report files (COLD), MS Office files, PDF’s, AutoCAD and other common PC files, and includes all the functions necessary for indexing, archival, query, retrieval, viewing, printing and routing via e-mail.
Site: http://calc.utep.edu/pkirs/4365/database_foundations2.htm
bulletDatabases from scratch. In the mid-70s, computer databases were in their infancy stage. Around 1970 a researcher called Ted Codd developed the “relational data model”, which would become the foundation of modern database technology. During this time databases for end users were uncommon. Databases are used for managing and manipulating structured information. According to this web site, some examples of databases are club membership lists, customer lists, library catalogues, business card files, and parts inventories. There are two types of databases, single and multi-file databases. In order to create and maintain a computer database, you need a database program, called a database management system, or DBMS. Some are designed to manage single-file databases, while other programs are designed for more complex multi-table systems. These are known as relational database programs or RDBMSs. Either way, before creating a database, you need to look at the information you want to store and the ways you want to retrieve that information before you start working on the computer. This will prevent you from creating a poorly structured database.
Site: http://www.dwinfocenter.org/
bulletThis site's aim is to help readers learn about data warehousing and decision support (i.e., business intelligence) systems. I liked this website on Data Warehousing Information Center. It gives you insight on publications on the subject. What I liked the most was the section on Rants and Raves which are personal essays about books and knowledge about Data warehousing.
bulletThis site is a collection of some practitioner's essays on data warehousing, decision support, and business intelligence. This site also offers a variety of links where anyone can find any answer about data warehouses. Also, If you are new to this field and you like to get into this new field this site suggests a variety of books to Read like "Building the Data Warehouse" by W. H. Inmon, "The Data Warehouse Toolkit" by Ralph Kimball, "Data Warehouse from Architecture to Implementation" by Barry Devlin, and "Data Warehousing in the Real World" by Sam Anahory and Dennis Murray.
bulletThis web site includes simple-to-read information/tips, practical knowledge and references in regards to Data Warehouses. However, it does not include technical details pertaining to the subject.
Site: http://www.islandnet.com/~tmc/html/articles/orareln.htm
bulletThis web site contains an article that defines What Is an Oracle Relational Database?","I liked this article because it contains the following: 
- Introduction 
- What is a Database? 
- Oracle Tables 
- Primary Keys 
- Relational Databases 
- Foreign Key 
- Lookup Table 
Also, I liked this article because it shows you how a database is use in Oracle.
Site: http://www.devarticles.com/art/1/51/2
bulletGood, simple, easy to read and understand explanation of databases and uses.
Site: http://www.woffordcollege.org/ecs/DataAndVisualization/DatabaseIntro/
bulletThis is a good page because it gives you a little history about databases as well as gives you examples of how databases can be used. It also has questions to test you knowledge and definitions on the different terms associated with databases.
Site: http://www.indiana.edu/~libinstr/worksheets/dbbasics.html
bulletThis website gives examples and a brief description of databases but more importantly it provides practical hints for making database searches more efficient.
Site: http://junior.apk.net/~lqthede/Informatics/Chap16/DatabaseSpreadsheet.htm
bulletThis basic reference discusses the main differences between a database and a spreadsheet. Aside from defining each term, a table displays the pros and cons of each.
Site: http://www.oaug.org/cgi-bin/WebObjects/oaug
bulletThis is a great site when it comes to oracle users and groups.
Site: http://info.cba.ksu.edu/skovar/844/notes/chapter1.ppt
bulletNice intro to database foundations, simple, clean, and easy to understand
Site: http://www.15seconds.com/issue/020522.htm
bulletI liked this page beacause it decribes the history of the databases as well as an introduction of it.The first part describes some of the key elements of the technology with an emphasis on database normalization. The second part will describe a less theoretical approach to database design, as well as provide an introduction to the SQL language.
bulletThis web site gives a nice introduction to relational databases. Of particular interest is the section on Codd's Twelve Rules for relational databases. The site also covers the concept of Normalization. Finally, the site also has numerous links to other database articles that may be of interest.
bulletA very good introduction to Datbase basics and correct database practices.
Site: http://www.cs.colorado.edu/~getrich/Classes/csci5817/Term_Papers/casmira/#ORDBMS
bulletThis website compares three major database managements systems. It also provides information about their performance issues and application domains
Site: http://database.ittoolbox.com/browse.asp?c=DBPeerPublishing&r=http%3A%2F%2Fwww%2Egeekgirls%2Ecom%2Fdatabases%5Ffrom%5Fscratch%
bulletArticle includes breif history and basics of databases. Also includes links to other sources for more complete information. Very asy to understand and follow.
Site: http://www-db.stanford.edu/~ullman/fcdb.html
bulletIt is very good site that deals with basics of the development and functioning of database systems in the world. It also gives good understanding about the mechanism of creation of dbms with good practical excercises. It also deals with architecture of dbms and application of various languages and parellal cumputing in dbms.
Site: http://www.edm2.com/0612/msql7.html
bulletHas a very nice introduction to what a DBMS is. It is very concise and to the point.
Site: http://www.cs.appstate.edu/~rt/DBMS/notes/chap1.pdf
bulletThis website introduces the concept of database system. It is very similar to MIT chap1.
Site: http://216.239.33.104/search?q=cache:GsoVHrBYzeQJ:www.minisisinc.com/docs/architecture.pdf+databases+architecture&hl=
bulletI found this site very interesting because it explains many concepts that were covered in class
Site: http://solutions.ist.psu.edu/rd/projects/110_2003/courses/110/content/07_06_01.html
bulletI like this website because on the menu on the side it covers many topics e.g. it gives an Introduction, The value of data and databases, Understanding Database Terminology, Characteristics of Databases, An Introduction to Database Management Systems, Types of Database Management Systems, Manipulation and Query Languages, Data Security and Recovery, Data Mining, Data Warehousing, and Data Marts, Database Development Process, and a Wrap-Up.
Site: http://databases.about.com/library/glossary/bldef-key.htm
bulletThis site has all the information a naive student needs. Every important term within the definition or explanation is hyperlinked for reference.
Site: http://websiteowner.info/articles/cgi/databasetypes.asp
bulletAccording to this site, there are two main types of databases; a flat-file database and a relational database (which we will be using in class). This is a good site because it gives you set the background for some of the stuff you will encounter when using Oracle and what its intended purpose is (incase you get frustrated when creating a database). The type of database that is best suited for you will depend of what type of data is used, how much of it is needed, and how frequently will it need to be accessed. The flat file database is suitable for small amounts of data and storing simple lists and data values, but it can get difficult and costly when replicating more complex data structures. A major problem is that it is very prone to corruption because of the lack of a locking mechanism that can identify when a file is in use or being modified. The relational database (MSSQL and Oracle) have a more logical structure (remember the online quiz, first question) in the way data is stored. The “relation” comes from links between tables allowing for complex structures, data sharing, and decrease in data redundancy. One main advantage is that a well designed database should be able to have no duplication and allow for database integrity and file size reduction. These types of databases also have function “built in” to help retrieve, sort and edit data in different way as needed. There is also more information of Relational Databases available as well as links to other website if you do not find information that you need.
Site: http://www.databasejournal.com/sqletc/article.php/1428721
bulletI thought it was very interesting. To me it appeared to be written like a story tale. It did not provide just the information but rather made it interesting to make me keep on reading.
bulletThis website supports the Data Base developers and administrators with tools most of tools available for BDs. It has some handy information about a wide variety of data bases from DB2 to Oracle. It also provides the users with tips and tricks that can be used in writing queries and using some resources. It also high lites the latest techniques and technologies. It also gives sample code for some tasks that might be useful while dealing with data bases. It also has a forum where people can post their queries and get help and suggestions from experts and other people. Discussions are also available in this website. In spite of all these points i like this website and recommend to check this website. This is a good and informative website.
bulletThe site offers code and screenshots. Its interactive for a quick reference.
Site: http://www.cse.unsw.edu/~cs3311/01s2/lec/rdbms/RDBMS_1.html
bulletThis web site is basically straight to the point. It provides enough information in simple sentences.
Site: http://community.borland.com/article/0%2C1410%2C20564%2C00.html
bulletDelphi and C++Builder are the best tools on the market for creating Windows-based database applications. This presentation provides an introduction to the basic techniques for building database applications using Delphi or C++Builder.
Site: http://www.iu-bremen.de/imperia/md/content/irccontentfolder/sser.pdf
bulletThis hyperlink will take you to an Adobe Acrobat file that is title “Search Strategies for Electronic Information Resources” which gives an overview to: • Electronic information • What is a database? • Types of databases • Boolean Logic • Nesting • Other search operators • Subject Searching vs. Keyword Searching • Field Searching and other advanced search strategies The descriptions are made pretty sweet and easy to understand with the help of the diagrams. • Electronic information • What is a database? • Types of databases • Boolean Logic • Nesting • Other search operators • Subject Searching vs. Keyword Searching • Field Searching and other advanced search strategies
Site: http://www2.bus.orst.edu/faculty/brownc/lectures/db_tutor/index.htm#Introduction
bulletThis is a course on database concepts and can be of good aid to review the material in class.
Site:  http://www.sap.com/services/servsuptech/businessmaps.asp
bulletThis site introduces you to the idea of what SAP is all about and how it can help a business integrate data and share knowledge through their system. This basically helps enforce the idea of databases as the solution for information sharing and control that we are covering in class.
Site: http://searchdatabase.techtarget.com/
bulletA good portal with news, tips, discussions, and everything else regarding databases
Site: http://www.devshed.com/c/a/Administration/Database-Essentials/
bulletThe site explains the benefits of organizing data into databases. Also briefly explains with examples fundamental concepts of databases such as defining database, relationships between tables, key value, indexing, queries, views, triggers, and stored procedures.
Site: http://www.extropia.com/tutorials/sql/toc.html
bulletThe website is pretty useful for the beginners in database .It provides the information about databases history,creating databases,about different types of databases,database design and also discusses the basics of SQL.
Site: http://www.geekgirls.com/menu_databases.htm
bulletThis is a wonderful site explaining the fundamental concepts of Database using simple real life examples. Here, Information is provided in an ordered format and links are given for the terms used which leaves no difficulty to understand the concepts. Additionally, there is a ‘database dictionary’ which could be used to explore the terminologies. Certainly it is a handy tool for the beginners in Database design.
bulletThis website explains the basics of databases. It has definitions of the basic terms used in databases, shows how to create a database using commercial software, gives tips on data entry and queries. Good website overall.
bulletThis site seems like it was created by students. It has a lot of basic information about databases and how to create one. It is in a blog format and very easy to read and understand.
Site: http://www.cs.sfu.ca/CC/354/zaiane/material/notes/contents.html
bulletThis is a very valuable course material for database students. It Presents all the necessary information for those who want to jump into RDBMS after finishing this basic database course. Everything in this website is well structured and perfectly ordered with most relevant section headings. The most suggestible course material to start with giving every minute detail of every concept including SQL queries, indexing and also covers concepts related to different types of database.
Site: http://anatolix.naumen.ru/files/books/SinVV/OracleFoundations.zip
bulletThis is a great pdf file called Oracle Database Foundations where one can find a lot of information about Relational Database Concepts, Object Relational Databases, Relational Database Functions, and SQL statements to learn how to create, delete, and manipulate tables using SQL, how to create views, and security issues.
Site: http://www.digital-web.com/articles/introduction_to_databases/
bulletVery basic rundown of a database and in what ways a database would be useful to a business.
Site: http://philip.greenspun.com/sql/introduction.html
bulletThis is an informative website with different information from various sources regarding DBMS. There is a lot more in-depth information than what was referenced on class lecture slides. Good explainations and easy to comprehend!
Site: http://www.developer.com/net/vb/article.php/1538601
bulletThis is a series of articles, they will introduce you to databases, and explain how to use them in your applications.
Site: http://www.ebi.ac.uk/Databases/
bulletThis website is user friendly designed.
Site: http://64.233.167.104/search?q=cache:az_u7NMKOykJ:www.adager.com/TechnicalPapersPDF/ImageDBfoundations.pdf+database+foundations&hl=en&ct=clnk&cd=10&gl=us&client=firefox-a
bulletA complete overview of data base was given.For beginners this helps in having a strong base in getting familiar with the basics
Site: http://databases.about.com/od/databasetraining/a/databasesbegin.htm
bulletThis website lays out some basic database fundamentals. It has basic information to get you started and also includes links to other resources. Some of the topics covered include database software options, database primary and foreign keys, and an introduction to SQL language queries.
bulletThis site would be ideal for some one who is not tech savvy and new to IT related stuff. It explains database in simplest of terms and cover all the basics.
bulletThis website is for novice users and provides the "basics" of database applications; database definition; and related articles. This a useful "quick guide" for someone who seeks a generalized description of databases (a introductory approach).
Site: http://db.grussell.org/
bulletThis site gives basic knowledge of database and is organized into different chapters laid out in easily navigable web pages. All the basic concepts are explained in simple terms. The site also has practical exercises, including an online quiz for testing your knowledge, actual University exam papers for you to formally test yourself and gain exam experience, and an online SQL environment for executing your own SQL from the safety of your own home.
Site: http://www.intsolgrp.com/webdatabasedevelopment.html
bulletThis website maintains database development,custom database application software that could run on the internet, custom e-commerce software,custom web software that includes Microsoft.Net Technology,ASP,admin control,Integrated MSSQL database etc.The website portal is well designed and it is provided with the several links for the easy navigation to its customers.On the left side of the portal it has several links namely software products,software solutions,custom software,custom software development,custom accounting software,custom barcode software,custom business,custom database software,custom e-commerce software which enables the users of the website to go through the softwares and run their applications.Apart from all these it has many links for the programming tools namely,ASP programming,e-commerce software development and e-commerce software solution.
Site: http://www.dtint.com/dtint/solutions/databases/
bulletMostly promoting the company but good to know that they are working on changes for the Database Foundation.
Site: http://www.ellipsedesign.co.uk/
bulletEllipse design is a computer consultancy/web design consultancy which specialises in database driven webdesign,mainly using coldfusion and ASP.This site also offers an Internet consultancy service,provides IT training in web design,database design & internet technologies.This specialises in database driven web design.It provides an alternate way to develop webpages that is by using database.These websites are written using a scripting language such as ASP or coldfusion.Other than database driven web basing it also provides the development of webpages using HTML, as for small projects and where there is no much frequent change there is no such need to develop a database and maintain it.It helps to develop internet strategy and based on the customer requirements,and the impartial advice is provided on internet related matters.The most impressive feature that this website is it provides to improve the functionality of the existing site.It examines the provided existing website & sends a report outlining potential problems & also the possible improvements.The website portal has several links provided on the right side of the portal.It has website design,internet consultancy,database design,e-commerce,training,maintenance and website promotion.These links help the user in developing the webste efficiently.
Site: http://www.databasejournal.com/features/oracle/article.php/3313791
bulletfor those that want to start learning Oracle or SQL, would be of help.
Site: http://www.ssw.uni-linz.ac.at/Teaching/Lectures/SpezialLVA/StanczykFPfDWS2005/DBfoundations.pdf
bulletThis is just a pdf file online that explains database foundations. I believe it was used as a lecture in some kind of other database class. It was useful and easy to follow.
Site: http://www.anaesthetist.com/mnm/sql/intro.htm#components
bulletIts a nice link which provides us with answer to "howw to plan and arrange a database ? How a database should be ? e.t.c" in a more descriptive manner alongwith the technical terms used in a databases and if you proceed to next page through the link at the very end of the page...it leads us to indroduce to normal forms, sql, and much more... I think its a good reference for starters like us.
Site: http://library.thinkquest.org/C0115420/Cyber-club%20800x600/DatabaseS/Databases.htm
bulletThis is a one roof for all the information for dabases viz., what is a database?, parts of a database ?, how do they work ?,types of databases, and not only databases, but it also has the information related to the spreadsheets and all the other info for computers and databases which is very useful
Site: http://aeont.com/Technology-RDBMS-en.aspx
bulletThe web site describes what a relational database is. A relational database is a shared repository of data. A database management system is essentially a collection of interrelated data and set of programs to access this data. This collection of data is called a database. Relational database can be used to represent complex relationships among data as well as to retrieve and update related data easily and efficiently. Database systems support single as well as multi-user environments. The web site show the 12 Codd's rules for a truly relational database system.
Site: http://www.devshed.com/c/a/Oracle/Oracle-Database-Fundamentals/
bulletThis webpage is simple and pretty easy to understand about database fundamentals. Even though it is not very deep in concepts, it is good for the beginners like me to understand the basic concepts. It also has links to other websites so that it is easy to search for information that we cannot find on this website.
Site: http://www.theukwebdesigncompany.com/articles/database.php
bulletThis web site also contains links to definitions of: Types of Databases Relational Databases Database Views
Site: http://foundationcenter.org/
bulletIt is a good site for the people/organization who want some funding to develop their organization. It is also good for the people who are looking to give funds. This site is more valuable for the people who are trying to run a non profit organization like me.
Site: http://blogs.msdn.com/gertd/archive/2007/07/26/database-references.aspx
bulletthis website is good
Site: http://en.wikipedia.org/wiki/Computer_storage
bulletI liked the website. Very good and detailed. Lots of useful information. Recommend it.
Site: http://www.tdan.com/view-articles/5026
bulletThe site has good articles about DBMS. The paper gives a good outline about the database integrity and its investment in datamodeling and coding of data integrity, about performance of server-side integrity constraints.
Site: http://livedocs.adobe.com/coldfusion/6.1/htmldocs/sql2.htm
bulletReally good one for learning for the beginners. Gives all the basic information required and explains in detail about the types.
Site: http://www.cs.washington.edu/homes/lazowska/cra/database.html
bulletI this page the author explains that Database systems continue to be a key aspect of Computer Science & Engineering today. Representing knowledge within a computer is one of the central challenges of the field.
Site: http://www.service-architecture.com/database/articles/basic_concepts_for_using_a_dbms.html
bulletWith this website you can find over 400 articles of database concepts and standards.
Site: http://dotatmac.mcmaster.ca/db_basics/db_02_challenge.htm
bulletThis website is very informative by having links you could use in case you want to know. It also has a challenge section for you to complete about databases. This is a good website to visit.
Site:  http://www.25hoursaday.com/WhyArentYouUsingAnOODBMS.html
bulletThis link contains a paper that explains what an Object Oriented Database Management System (OODBMS)is and the benefits using OODBMS over an RDBMS (Relational Database Management System).
Site: http://download-west.oracle.com/docs/cd/B25016_02/doc/dl/bi/B13916_04/maintain_eul.htm
bullettopics that can be helpful in definition and understanding concepts.
bulletThis site answers all the direct questions to Edn-user layers. Like the use of end-user, what is an end-user, the owner of end-user, and many more. lots of main topics that can be helpful in definition and understanding concepts.
Site: http://www.interspire.com/content/articles/29/1/An-Introduction-to-Databases
bulletIt is a very complete website where you can find a very good example of how to create a database for a website.
Site: http://en.wikipedia.org/wiki/Database
bulletdatabase principles
Site: http://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=00522008
bulletVery interesting. It talks about the advantages and disadvantages of end user developing.
Site: http://searchsqlserver.techtarget.com/sDefinition/0,,sid87_gci211895,00.html
bulletwhat is a database
Site: http://databases.about.com/od/specificproducts/a/whatisadatabase.htm
bulletThis website is really useful for understanding what a database is composed of and offers several links that help better understand database foundations. This website offers links for several definitions as well.
bulletThis site is very brief and right to the point. It tells you what a database is and what it can do.
Site: http://www.tech-faq.com/database.shtml
bulletlike the site. had lots of input about different types of databases. very helpful.
Site: http://www.adager.com/TechnicalPapersPDF/ImageDBfoundations.pdf
bulletIT IS REALLY INTERESTING, IT HAS A LOT OF GOOD INFO
Site: http://www.sybex.com/WileyCDA/SybexTitle/Oracle-Database-Foundations-Technology-Fundamentals-for-IT-Success.productCd-0782143725,navId-290546.html
bulletgood web page provides essential knowledge about installing, configuring, maintaining in oracle
Site: http://www.unixspace.com/context/databases.html
bulletI found this website to be very helpful in explaining the different types of database models that there are. It gives you a full explanation on them and includes a few links and tables as well.
Site: http://databases.about.com/od/administration/u/database_basics.htm
bulletProvides an introduction of databases as well as more advance topics concerning databases
Site: http://www.answers.com/topic/codasyl
bulletThis webpage has really good information about the history of CODAYSIL. It may be not a long article but it is really complete. Good images and explanations
Site: http://www.htmlgoodies.com/primers/database/article.php/3478051
bulletDescribes the basics of databases.
Site: http://en.wikipedia.org/wiki/Database_management_system
bulletAbundant wealth of information
Site: http://portal.acm.org/citation.cfm?id=1147382
bulletA list compiled by the University of Texas at El Paso to help you find many works about the database management system.
Site: http://www.devshed.com/c/b/Oracle/
bulletThis site has an ok selection of information that can help you with Oracle.
Site: http://www.databaseanswers.org/history.htm
bulletThis website talks about the history of databases and how they were even around before computers.
Site: http://www.adager.com/TechnicalPapersHTML/ImageDBfoundations.html
bulletThis page even describing a product: IMAGE from HP, provides general definition for a database foundation, explaining basic DB concepts.
Site: http://www.w3schools.com/SQL/sql_intro.asp
bulletThis is a great website to get started with SQL and programming in SQL. It covers the basics of SQL queries etc.
Site: http://dotatmac.mcmaster.ca/db_basics/db_03_databases.htm
bulletGood website describing basic fundamental skills and information on databases.
Site: http://rdbms.ca/
bulletThis tutorial explains what a relational database management system is. It describes the basic functions that are supported and introduces database design concepts including database normalization.

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