- The first kind of database applications available are SAP Applications. They are sometimes called client-server applications because the program is the client that connects to the database server. SAP applications connect to the database via a corporate network. These applications are written in Visual Basic, C++ or Java.
- The second kind of applications are called e-commerce applications or any applications the run on a Web server. Users can connect to these applications from Web browsers like Explorer and Safari. Some common Web servers are Apache and Microsoft's Internet Information Server.
- The third kind is Reporting Applications. They publish the results of database queries on corporate portals or a Web site.
- The last kind of application is XML Web services. This application is on the leading edge of database processing. It uses a combination of XML markup language as well as other standards to create program-to-program communication. The code that comprises an application can then be distributed over several computers.
- DBMS manages the database. The best DBMS available is Oracle from the Oracle corporation though it is much more difficult to use than the SQL server.
- Database: a self-describing collection of integrated tables. Integrated tables are tables that store both data and the relationships among the data. Self-describing means that the collection contains a description itself.
- Triggers are used to main database accuracy and consistency as well as to enforce any data restraints.
- Stored Procedures are used for database administration tasks and are sometimes a part of database applications.
- There are THREE types of Database design: Existing data, New Systems Development and Database redesign.
Monday, March 5, 2007
Database Processing, Chapter 1 (Week 6)
This reading comes from D. Kroenke's Database Processing: Fundamentals, Design and Implementation (No link available), Chapter 1. The reading involved mostly different kinds of databases and different ways to create databases, all the easy technical overview to think about before getting started on a database project. Now on to the pertinent points of the reading:
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment