IEEE Computer Society 60th Anniversary History Competition SQL and Web Code Technologies.

Slides:



Advertisements
Similar presentations
A comparison of MySQL And Oracle Jeremy Haubrich.
Advertisements

Programming Creating programs that run on your PC
Database Software File Management Systems Database Management Systems.
CS 491B Project Web Galaxy Wendy Tan Web Galaxy Project Introduction Demo Analysis.
IS4401 Project Technology Issues. Introduction This seminar covers Databases When to use a Database What Database to use Development Tools Visual Studio.
Creating an Educational Tool for Computer Science Students Masters Project Defense Ben Stroud 1 Ben Stroud Masters Project Defense.
Supplement 02CASE Tools1 Supplement 02 - Case Tools And Franchise Colleges By MANSHA NAWAZ.
Business Intelligence components Introduction. Microsoft® SQL Server™ 2005 is a complete business intelligence (BI) platform that provides the features,
Visual Basic 6.0 Derived from BASIC Developed by Microsoft in 1998 An event driven programming language Associated with a development environment.
Session-01. Hibernate Framework ? Why we use Hibernate ?
Object Oriented Software Development 1. Introduction to C# and Visual Studio.
Phil Brewster  One of the first steps – identify the proper data types  Decide how data (in columns) should be stored and used.
Microsoft Visual Basic 2012 CHAPTER ONE Introduction to Visual Basic 2012 Programming.
Microsoft Visual Basic 2005 CHAPTER 1 Introduction to Visual Basic 2005 Programming.
Database Environments Assignment Two By Benjamin Turner Assignment Two By Benjamin Turner 8/24/2015.
Java Analysis Studio Tony Johnson Stanford Linear Accelerator Center CHEP 97 - April 1997.
An Introduction to ASP.NET Ed Dunhill blogs.msdn.com/edunhill SLIDE7.
COMPUTER SOFTWARE Section 2 “System Software: Computer System Management ” CHAPTER 4 Lecture-6/ T. Nouf Almujally 1.
Benefits of PL/SQL. 2 home back first prev next last What Will I Learn? In this lesson, you will learn to: –List and explain the benefits of PL/SQL –List.
ISYS 512 Business Application Design and Development with.Net David Chao.
M IGRATING O RACLE F ORMS TO THE W EB - M AKING THE B USINESS C ASE.
Codeigniter is an open source web application. It occupies a very small amount of space in the memory and is most useful for developers who aim to develop.
Overview of Data Access MacDonald Ch. 15 MIS 324 Professor Sandvig.
M1G Introduction to Database Development 6. Building Applications.
Part 1. Persistent Data Web applications remember your setting by means of a database linked to the site.
9 Chapter Nine Compiled Web Server Programs. 9 Chapter Objectives Learn about Common Gateway Interface (CGI) Create CGI programs that generate dynamic.
Microsoft Business Intelligence Environment Overview.
Introduction to the Visual Studio.NET IDE (LAB 1 )
1 3. Computing System Fundamentals 3.1 Language Translators.
The τ - Synopses System Yossi Matias Leon Portman Tel Aviv University.
1 Copyright © 2004, Oracle. All rights reserved. Introduction to PL/SQL.
Team Members Team Members Tim Geiger Joe Hunsaker Kevin Kocher David May Advisor Dr. Juliet Hurtig November 8, 2001.
CERN - IT Department CH-1211 Genève 23 Switzerland t DB Development Tools Benthic SQL Developer Application Express WLCG Service Reliability.
C# AND ASP.NET What will I do in this course?. MAJOR TOPICS Learn to program in the C# language with the Visual Studio IDE (Interactive Development Environment)
1 Copyright © 2004, Oracle. All rights reserved. Introduction to PL/SQL.
Database Data Generator Presented by: Christopher Jestice.
The basics of the programming process The development of programming languages to improve software development Programming languages that the average user.
Visual Programing SQL Overview Section 1.
1 Programming Environment and Tools VS.Net 2012 First project MSDN Library.
© 2006 Altova GmbH. All Rights Reserved. Altova ® Product Line Overview.
May06-11: ISEAGE Attack Tool Repository and Player Jeremy Brotherton, Timothy Hilby, Brett Mastbergen, Jasen Stoeker.
An Investigation into using a Document Management System Presented by: Bijal RanaSupervisor: John Ebden.
IT System Administration Lesson 3 Dr Jeffrey A Robinson.
Proposal for an Open Source Flash Failure Analysis Platform (FLAP) By Michael Tomer, Cory Shirts, SzeHsiang Harper, Jake Johns
Oracle Forms Oracle Forms Builder provides various tools, which have powerful Graphical User Interfaces (GUI's) to design such forms. All objects, properties,
Software Reuse Course: # The Johns-Hopkins University Montgomery County Campus Fall 2000 Session 4 Lecture # 3 - September 28, 2004.
The business logic engine for Microsoft IIS Speaker T.M. Arnett.
8 th Semester, Batch 2009 Department Of Computer Science SSUET.
ISYS 512 Business Application Design and Development with.Net David Chao.
Mr. Justin “JET” Turner CSCI 3000 – Fall 2015 CRN Section A – TR 9:30-10:45 CRN – Section B – TR 5:30-6:45.
Machine Machine language is PL in which program instructions are written in strings of 0s and 1s.The computer circuitry is wired in a manner that it can.
Dispatcher Database Team A-5 Joe Mohr, Michael Maley, Sandy Webber, Brandon Authement, Drew Carver.
Introduction to Core Database Concepts Getting started with Databases and Structure Query Language (SQL)
CS 440 Database Management Systems Stored procedures & OR mapping 1.
uses of DB systems DB environment DB structure Codd’s rules current common RDBMs implementations.
5 Copyright © 2004, Oracle. All rights reserved. PL/SQL Server Pages.
PHP on Windows server. About PHP history, usage [ 3 ] Basics about PHP Open, free, object oriented (recently added namespaces), procedural, type free.
Submitted by: Moran Mishan. Instructed by: Osnat (Ossi) Mokryn, Dr.
Programming vs. Packaged
Introduction to Visual Basic 2008 Programming
Bridging the Data Science and SQL Divide for Practitioners
Fast App Creation with APEX Blueprints
Database Data Generator
Programming vs. Packaged
Database.
.NET and .NET Core Foot View of .NET Pan Wuming 2017.
CIS16 Application Development – Programming with Visual Basic
UFCEUS-20-2 Web Programming
Microsoft Azure Services Platform
Presentation transcript:

IEEE Computer Society 60th Anniversary History Competition SQL and Web Code Technologies

SQL Options MySQL 5.0 Microsoft SQL Server 2005 Oracle

SQL Comparison Chart FeatureSQL Server 2005Oracle 10gMySQL 4.1 Independent Performance Benchmarks 2 nd Place1 st PlaceDoes not participate - intended for small to medium sized systems Independent Analysis of Price/Performance Ratio 1 st Place - licensing is 25% the cost of Oracle UnknownDoes not participate - commercial licenses are cheaper than SQL Server Cross Platform CompatibleNoYes Fully Relational - affects data storage, retrieval and integrity Yes Somewhat - does not support foreign key constraints LanguageTransact-SQL - considered easy to use and more powerful than MySQL Dialect PL/SQL - considered more powerful than Transact-SQL but more difficult to use MySQL Dialect - difficult to use with limited power MaintainabilityEasyDifficult Open SourceNo Yes

Reasons for Microsoft SQL Server 2005 T-SQL allows for stored procedures making database calls easier and reusable Easy GUI for setting up and maintaining database Allows relational databases for speed and data integrity Great compatibility with.NET and Visual Studio Easy way to keep content up to date and expand more content over time

Web Language C#.NET Object Oriented Language Compiled Code –Increases speed –Reusability Compatibility with SQL Server Follows most W3C standards Easy development of Web Applications Mobile Web Applications easy to develop Code behind HTML code for clearer, easier to manager and easier to read code

Visual Studio 2005 Normal IDE benefits –List of properties and functions for imported libraries –Fast error correcting of syntax without compilation A easy tool to develop and manage Web Code SQL Server integration allowing creation of Stored Procedures and database development Compiles, debug and view capabilities of code