IT APPLICATIONS TO ELECTRIC POWER PROJECT GUIDE : DR NDR SARMA GROUP - 10 PROJECT MEMBERS ABHISHEK DIXIT, ANUBHAV AGARWAL, E. GIRISH, SANDEEP CHANDNA.

Slides:



Advertisements
Similar presentations
Split Databases. What is a split database? Two databases Back-end database –Contains tables (data) only –Resides on server Front-end database –Contains.
Advertisements

Relational Database Systems Higher Information Systems Advanced Implementation in MySQL/PHP.
WHAT D IS RAW, UNPROCESSED FACTS AND FIGURES COLLECTED, STORED AND PROCESSED BY COMPUTERS.
Advantage Data Dictionary. agenda Creating and Managing Data Dictionaries –Tables, Indexes, Fields, and Triggers –Defining Referential Integrity –Defining.
Access 2007 Product Review. With its improved interface and interactive design capabilities that do not require deep database knowledge, Microsoft Office.
Session – 19 INTEGRATY AND SECURITY INTEGRITY Matakuliah: M0184 / Pengolahan Data Distribusi Tahun: 2005 Versi:
My CD Database THE BEST Shoemaker, Ray, Gleisberg.
Using SQL to create tables Ways of using Databases.
11 3 / 12 CHAPTER Databases MIS105 Lec14 Irfan Ahmed Ilyas.
Fundamentals, Design, and Implementation, 9/e Chapter 1 Introduction to Database Processing.
March 4, 2008Sonata Software - Detailed Design1 Dynamic Network Device Mapping System Preliminary Design Sonata Software Roger Bacon Hall Room 328 March.
13.5 Arranging data on disk Meghna Jain ID-205CS257 ‏Prof: Dr. T.Y.Lin.
1 1. SQL SERVER OVERVIEW zWhat Is SQL Server? zInterfaces To Use SQL Server zSQL Server Services zTypes Of Databases zSQL Server Security.
1 of 5 This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS DOCUMENT. © 2006 Microsoft Corporation.
13.5 Arranging data on disk Meghna Jain ID-205CS257 ‏Prof: Dr. T.Y.Lin.
Web-based Portal for Discovery, Retrieval and Visualization of Earth Science Datasets in Grid Environment Zhenping (Jane) Liu.
1 © 2001, Cisco Systems, Inc. All rights reserved. Voice Connector Features Voic Interoperability – 4.0(5) Voice Connector features Rahul Singh.
Miguel Nunes Information Systems Project Management IS Project Resources.
Database Application Security Models
ABSTRACT Before the evolution of computers, all the details in a banking systems used to be maintained manually. This is not advisable because maintenance.
Information Systems: Databases Define the role of general information systems Describe the elements of a database management system (DBMS) Describe the.
CIS 3051 PHP – Chapter 27 Building A Shopping Cart.
© Wiley Inc All Rights Reserved. MCSE: Windows Server 2003 Active Directory Planning, Implementation, and Maintenance Study Guide, Second Edition.
Database A database is a collection of data organized to meet users’ needs. In this section: Database Structure Database Tools Industrial Databases Concepts.
Database Design and Management CPTG /23/2015Chapter 12 of 38 Functions of a Database Store data Store data School: student records, class schedules,
MIS 327 Database Management system 1 MIS 327: DBMS Dr. Monther Tarawneh Dr. Monther Tarawneh Week 2: Basic Concepts.
2Object-Oriented Analysis and Design with the Unified Process Objectives  Describe the differences and similarities between relational and object-oriented.
10/25/20151 Single Sign-On Web Service Supervisors: Viktor Kulikov Alexander Sherman Liana Lipstov Pavel Bilenko.
SQL: DDL. SQL Statements DDL - data definition language –Defining and modifying data structures (metadata): database, tables, views, etc. DML - data manipulation.
CN2180 MS SQL Server Kemtis Kunanuraksapong MSIS with Distinction, A+ MCTS, MCDST, MCP.
Prepared By Prepared By : VINAY ALEXANDER ( विनय अलेक्सजेंड़र ) PGT(CS),KV JHAGRAKHAND.
CS499 Project #3 XML mySQL Test Generation Members Erica Wade Kevin Hardison Sameer Patwa Yi Lu.
ABSTRACT The JDBC (Java Database Connectivity) API is the industry standard for database- independent connectivity between the Java programming language.
CSCI DBMS Environment1 The Database System Environment Dr. Awad Khalil Computer Science Department AUC.
Hobb-IT Hobby Information Tracker By Illumination Technologies Detailed Design March 19, 2014 Illumination Technologies Hobb-IT 1.
SQL introduction 2013.
Creating a Data Warehouse Data Acquisition: Extract, Transform, Load Extraction Process of identifying and retrieving a set of data from the operational.
Design Methods Instructor: Dr. Jerry Gao. Software Design Methods Design --> as a multistep process in which we design: a) data structureb) program structure.
1/20 Status of ZBASE 10 November 2010 Jean-Luc Nougaret, with special thanks to Chris Roderick, Benoit Salvant, Nicolas Mounet and Elias Metral.
This material is based upon work supported by the U.S. Department of Energy Office of Science under Cooperative Agreement DE-SC Michigan State.
Transforming ER models to relational schemas
Introduction to Teradata Client Tools. 2 Introduction to Teradata SQL  OBJECTIVES :  Teradata Product Components.  Accessing Teradata – Database /
Techniques for List Creation (2) Data formatting and control level processing Basics for Interactive Lists Detail lists The Program Interface Interactive.
Web Application Design. Data –What data is available? –How do we store it or how is it stored in the DB? Schema Data types Etc. –Where is the data?
Chapter 3: Relational Databases
Information System Design “Student Registration System Example”
UNIVERSITY MANAGEMENT SYSTEM
PROJECT SECME Carthik A. Sharma Juan Carlos Vivanco Majid Khan Santhosh Kumar Grandai. Software Engineering Fall 2002.
Databases and DBMSs Todd S. Bacastow January 2005.
HMVR System Final Presentation
Predesign.
Secondary Storage Management 13.5 Arranging data on disk
Chapter 12 Information Systems.
FIZZ Database General presentation.
HR Portal Team Dr. Ashraf Armoush Supervisor Ala’eddeen Awwad
Design a Relational Database Identify Database Purpose
Splitting a Database: How and Why
Basic Concepts in Data Management
Data, Databases, and DBMSs
Secondary Storage Management 13.5 Arranging data on disk
Quality Center (QC) 11 Training Global IT QA Testing Team 2013
Microsoft Office Access 2003
Data Definition Language
Windows Active Directory Environment
Data Definition Language
Chapter 1 Introduction to Database Processing
IT323 Project Phase#2.
SCADA – Data Processing Module
G061 - Data Dictionary.
Course Instructor: Supriya Gupta Asstt. Prof
Presentation transcript:

IT APPLICATIONS TO ELECTRIC POWER PROJECT GUIDE : DR NDR SARMA GROUP - 10 PROJECT MEMBERS ABHISHEK DIXIT, ANUBHAV AGARWAL, E. GIRISH, SANDEEP CHANDNA

PROJECT TITLE : DATABASE FOR ELECTRICAL DISTRIBUTION NETWORK The system will store all the required information related to a Distribution system. Through this system, we can track the distribution of electricity till the consumer level.

WORK DONE DATABASE DESIGN  Design of relation schemas, GRAPHICAL USER INTERFACE  Interface for Administrator View the information Modify the information  Interface for General User View the information

Menu Form

Authentication Form

Administrator Form

User Form

View Data Form

Modify Data Form

Example of Schemas create table substation (substation_id varchar(10) not null, type varchar(20), location varchar(20), primary key(substation_id) ); create table pole ( pole_id varchar(10) not null, address varchar(20), transformer_id varchar(10), primary key(pole_id), foreign key(transformer_id) references transformer );

Database Snapshot

FUTURE WORK To provide a facility where the user can view detailed information related to each of the components. A module for checking the validity of data for all the fields to aid data modification.

Work Distribution Database design  Abhishek Dixit  E. Girish Graphical User Interface design  Anubhav Agarwal  Sandeep Chandna Implementation  Complete Team

THANK YOU