 INDEX  Overview.  Introduction.  System Requirement.  Features Of SQL.  Development Process.  System Design (SDLC).  Implementation.  Future.

Slides:



Advertisements
Similar presentations
Languages for Dynamic Web Documents
Advertisements

15 Chapter 15 Web Database Development Database Systems: Design, Implementation, and Management, Fifth Edition, Rob and Coronel.
B.Sc. Multimedia ComputingMedia Technologies Database Technologies.
Fast Track to ColdFusion 9. Getting Started with ColdFusion Understanding Dynamic Web Pages ColdFusion Benchmark Introducing the ColdFusion Language Introducing.
ASP.NET Programming with C# and SQL Server First Edition Chapter 8 Manipulating SQL Server Databases with ASP.NET.
Passage Three Introduction to Microsoft SQL Server 2000.
Eclipse is an open source IDE (Integrated Development Environment) for developing applications in Java, C/C++, HTML, Cobol, Perl, etc. The official Eclipse.
Struts 2.0 an Overview ( )
PHASE 3: SYSTEMS DESIGN Chapter 7 Data Design.
1 Web Database Processing. Web Database Applications Static Report Publishing a report is prepared from a database application and exported to HTML DB.
6/1/2001 Supplementing Aleph Reports Using The Crystal Reports Web Component Server Presented by Bob Gerrity Head.
M. Taimoor Khan * Java Server Pages (JSP) is a server-side programming technology that enables the creation of dynamic,
Module 1: Introduction to Microsoft SQL Server 7.0.
Overview of SQL Server Alka Arora.
4-1 INTERNET DATABASE CONNECTOR Colorado Technical University IT420 Tim Peterson.
Basics of Web Databases With the advent of Web database technology, Web pages are no longer static, but dynamic with connection to a back-end database.
Chapter 16 The World Wide Web. 2 The Web An infrastructure of information combined and the network software used to access it Web page A document that.
About Dynamic Sites (Front End / Back End Implementations) by Janssen & Associates Affordable Website Solutions for Individuals and Small Businesses.
Movie Manager by Patrick Wesley and Chris Grey Internet Database Project for CS 8630 – Summer 2004 Dr. Guimaraes.
COLD FUSION Deepak Sethi. What is it…. Cold fusion is a complete web application server mainly used for developing e-business applications. It allows.
Wanna know how to get from “Y” to“K” ? Farisai Mabvudza Uma Rudraraju & George Wells Greg Foster & Presented By…Supervised By…
JAVA SERVER PAGES CREATING DYNAMIC WEB PAGES USING JAVA James Faeldon CS 119 Enterprise Systems Programming.
Putting it all together Dynamic Data Base Access Norman White Stern School of Business.
3-Tier Client/Server Internet Example. TIER 1 - User interface and navigation Labeled Tier 1 in the following graphic, this layer comprises the entire.
Course FAQ’s I do not have any knowledge on SQL concepts or Database Testing. Will this course helps me to get through all the concepts? What kind of.
14 1 Chapter 14 Web Database Development Database Systems: Design, Implementation, and Management, Sixth Edition, Rob and Coronel.
An Introduction to JavaServer™ Pages Prepared by Nicole Swan.
Preface IIntroduction Objectives I-2 Course Overview I-3 1Oracle Application Development Framework Objectives 1-2 J2EE Platform 1-3 Benefits of the J2EE.
SQL.. AN OVERVIEW lecture3 1. Overview of SQL 2  Query: allow questions to be asked of the data and display only the information required. It can include.
CSI 3125, Preliminaries, page 1 JSP (Java Server Pages)
10 Copyright © 2004, Oracle. All rights reserved. Building ADF View Components.
SQL Introduction to database and SQL. Chapter 1: Databases and Database Users 6 Introduction to Databases Databases touch all aspects of our lives. Examples:
Introduction to Core Database Concepts Getting started with Databases and Structure Query Language (SQL)
GOVT. ENGINEERING COLLEGE, AJMER PRESENTATION ON GUIDED BY: MR. SANJAY SINGH PRSENTED BY: CHANDRASHEKHAR GARG KIRTI KUMAR VALIYA VIJAY SHARMA.
CIS-NG CASREP Information System Next Generation Shawn Baugh Amy Ramirez Amy Lee Alex Sanin Sam Avanessians.
A Presentation Presentation On JSP On JSP & Online Shopping Cart Online Shopping Cart.
I Copyright © 2004, Oracle. All rights reserved. Introduction.
Speed Cash System. Purpose of the Project  online Banking Transaction Information.  keeping in view of the distributed client server computing technology,
Presented by: K.AMARNATH Ht.no:10841f0045 Guided by: T.Suneetha.
Aga Private computer Institute Prepared by: Srwa Mohammad
Systems Analysis and Design in a Changing World, Fifth Edition
ASP.NET Programming with C# and SQL Server First Edition
Module T03d Software Engineering
Leverage your Business with Selenium Automation Testing
Introduction to Dynamic Web Programming
ODBC, OCCI and JDBC overview
INFORMATION RETRIEVAL AND KNOWLEDGE MANAGEMENT SYSTEM
JSP (Java Server Page) JSP is server side technology which is used to create dynamic web pages just like Servlet technology. This is mainly used for implementing.
Introduction and Principles
APARTMENT MAINTENANCE SYSTEM
mysql and mysql workbench
The Client/Server Database Environment
Introduction to JSP Liu Haibin 12/09/2018.
PHP / MySQL Introduction
A Presentation on online voting system
Copyright © 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 2 Database System Concepts and Architecture.
Design and Maintenance of Web Applications in J2EE
MSIS 655 Advanced Business Applications Programming
Chapter 6 System and Application Software
MIS2502: Data Analytics MySQL and SQL Workbench
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
SQL .. An overview lecture3.
Serpil TOK, Zeki BAYRAM. Eastern MediterraneanUniversity Famagusta
Introduction of Week 11 Return assignment 9-1 Collect assignment 10-1
IntroductionToPHP Static vs. Dynamic websites
Database Connectivity and Web Development
Chapter 6 System and Application Software
Chapter 6 System and Application Software
Chapter 6 System and Application Software
Web Application Development Using PHP
Presentation transcript:

 INDEX  Overview.  Introduction.  System Requirement.  Features Of SQL.  Development Process.  System Design (SDLC).  Implementation.  Future Development.  Conclusion.  Bibliography.

OVERVIEW  OVERVIEW  Universal SQL Editor is a powerful, yet easy-to-use database query tool.  It allows you connect Oracle, DB2, SQL Server, JSP and other ODBC compliant databases, and edit complex SQL code, highlight references, parameter hinting, syntax highlighting, SQL formatting, plus other useful features that allow you to work more efficiently.  Fast and low memory consumption.  Objects in database explorer will be updated automatically after execution of statements.

 INTRODUCTION  The project is an extension of existing SQL editor that users get to see while installing the oracle ( edition 8,9i).  SQL editor is a code editor and explorer for SQL server databases.  SQL editor gives the developer an immediate in into a complex or unfamiliar database by providing the sortest and most intuitive path from “ wanting to knowing ” to “ knowing “..  It helps you to understand the relationships and dependencies between objects.

SYSTEM REQUIREMENT  SYSTEM REQUIREMENT  Min. Hardware Environment  Intel Pentium 4 processor (1.7 GHz).  512 Megabyte of RAM.  40 GB Hard drive.  Min. Software Environment  Microsoft® Windows™ 98 and Above.  Adobe® Dreamweaver Enterprise Edition 8.  Oracle® 9i.  Web server (Tomcat™ from Apache®).  Any web browser.

FREATURE OF SQL  FREATURE OF SQL SQL stands for Structured Query Language. SQL lets you access and manipulate databases. SQL is an ANSI (American National Standards Institute) standard.  SQL can execute queries against a database.  SQL can retrieve data from a database.  SQL can insert records in a database.  SQL can update records in a database.  SQL can delete records from a database’  SQL can create new databases.  SQL can create new tables in a database.  SQL can set permissions on tables, procedures.

 WHY JSP  Java Server Pages (JSP) technology enables Web developers and designers to rapidly develope and easily maintain, information- rich, dynamic Web pages that leverage existing business systems.  As part of the Java technology family, JSP technology enables rapid development of Web-based applications that are platform independent.  We can use JSP technology without learning how to write Java Scriplets. Although scriptlets are no longer required to generate dynamic content, they are still supported to provide backward compatibility.  Java tag library developers and designers can extend the JSP language with "simple tag handlers," which utilize a new, much simpler and cleaner, tag extension AP.

DEVELOPEMENTAL PROCESS  DEVELOPEMENTAL PROCESS  These standards steps are to be followed while creating Visual Basic Programs:  Deciding what your application does by creating an overall design.  Creating the JSP and HTML portion of the application (the serene and menus that the users will interact with).  Adding the JSP programming language code to tie the HTML elements together and to automate the program.  Testing the application to locate and remove any bugs.

 SYSTEM DESING  SDLC (System Development Life Cycle) A structured sequence of phases for implementing an information system is system design life cycle of that system. The various steps involved in the system design life cycle.  Feasibility Study.  System Analysis.  System Requirement.  System Design.  Implementation.

Software Development Life Cycle

 IMPLEMENTATION  Input & Output Consideration : Welcome to ‘ORACLE DATABASE EDITOR’ The ORACLE DATABASE EDITOR handles all kinds of SQL operations. It uses JSP and HTML as a front end & ORACLE 9i as a back end. With the help of this ORACLE DATABASE EDITOR the user can create tables, perform select, update, alter, drop, delete operations etc.  MAIN WINDOW This is the main window of ‘ORACLE DATABASE EDITOR’. From here you can perform all the operations.

Main window

Create Table Window

Table Format Window

Execute Query Window

Error Window

 FUTURE DEVELOPEMENT  As per users requirement our whole program is designed. we are also trying to make this project for online use, so that customer can execute SQL statements directly through the internet.

 CONCLUSION  As per the result of a proper analysis on the component that we have developed, it can be safely concluded that the product is highly efficient, user friendly and can meet clients demand.

 BIBLIOGRAPHY  This section gives you the name of the books required for the development of the project.  MC Graw Hill Osborne Oracle by Andrea Steelman Joel Murach.  Basic HTML and web page by Amy Lindsay.  Oracle 9i The Complete Reference by Kelvin Loney and George Koch. Other references from: