Santosh Ghimire – 066BCT533 Subit Raj Pokharel – 066BCT538 Sudip Kafle – 066BCT539.

Slides:



Advertisements
Similar presentations
Database Relationships in Access As you recall, the data in a database is stored in tables. In a relational database like Access, you can have multiple.
Advertisements

Database Design Week 10.
Database Management Systems and Enterprise Software
Post Exam Study Database Design
Query Methods (SQL). What is SQL A programming language for databases. SQL (structured Query Language) It allows you add, edit, delete and run queries.
Pasewark & Pasewark Microsoft Office XP: Introductory Course 1 INTRODUCTORY MICROSOFT ACCESS Lesson 4 – Finding and Ordering Data.
Concepts of Database Management Seventh Edition
Copyright © 2008 Pearson Prentice Hall. All rights reserved. 1 1 Committed to Shaping the Next Generation of IT Experts. Chapter 2: Relational Databases.
ACCESS PART 2. Objectives Database Tables Table Parts Key Field Query and Reports Import from Excel Link to Excel.
XP New Perspectives on Microsoft Office Access 2003, Second Edition- Tutorial 3 1 Microsoft Office Access 2003 Tutorial 3 – Querying a Database.
SUNY Morrisville-Norwich Campus-Week 10 CITA 130 Advanced Computer Applications II Spring 2005 Prof. Tom Smith.
Queries Help Topics Using the Access 2007, you can press the F1 to pop up the help windows, where you can search the following topics to help to generate.
Relational Model Stores data as tables –Each column contains values about the same attribute –Each column has a distinct name –Each row contains values.
1004INT Information Systems Week 10 Databases as Business Tools.
Information systems and databases Database information systems Read the textbook: Chapter 2: Information systems and databases FOR MORE INFO...
Define Table Relationships—1 of 3 One of the most powerful features of a relational database management system, such as Access, is its ability to define.
1 Access Lesson 3 Creating Queries Microsoft Office 2010 Introductory Pasewark & Pasewark.
WEEK 11 Database Design. Agenda Hybrid Review Create Tables Add, Edit Data Create Relationships in MS Access 2010 Queries.
Santosh Ghimire – 066 BCT 533 Subit Raj Pokharel – 066 BCT 538 Sudip Kafle – 066 BCT
1 Microsoft Access 2002 Tutorial 3 – Querying a Database.
Introduction –All information systems create, read, update and delete data. This data is stored in files and databases. Files are collections of similar.
Learningcomputer.com SQL Server 2008 – Entity Relationships in a Database.
Microsoft Access 2003 Define some key Access terminology: Field – A single characteristic or attribute of a person, place, object, event, or idea. Record.
Building and Using Queries. Objectives Use the Query WizardUse the Query Wizard Work with data in a queryWork with data in a query Use Query Design ViewUse.
Database Queries. Queries Queries are questions used to retrieve information from a database. Contain criteria to specify the records and fields to be.
Microsoft Access 2010 Building and Using Queries.
Computer Science 101 Database Concepts. Database Collection of related data Models real world “universe” Reflects changes Specific purposes and audience.
Databases & Consistency. Database Relational databases : dominant information storage/retrieval system.
Lesson 2.  To help ensure accurate data, rules that check entries against specified values can be applied to a field. A validation rule is applied to.
XP New Perspectives on Microsoft Office Access 2003 Tutorial 9 1 Microsoft Office Access 2003 Tutorial 9 – Using Action Queries, and Defining Table Relationships.
MS-ACCESS BY SANGEETHA PARTHASARATHY Topics to be covered §Comparing Values in Selection Criteria §Calculating Values in a Query §Changing the appearance.
Microsoft Access Illustrated Unit B: Building and Using Queries.
ACCESS CHAPTER 4 Tables and Queries Learning Objectives: Define table structure Enter data into a table Alter table structure Set a table’s field properties.
Part II. Query Types On the design query table pane, right click and the cascading window will appear.
Introduction to Database Tonga Institute of Higher Education NOS 215.
1 Database Systems Introduction to Microsoft Access Part 2.
26 Mar 04 1 Application Software Practical 5/6 MS Access.
Course ILT Forms and queries Unit objectives Create forms by using AutoForm and the Form Wizard, and add or modify form headers and footers Open and enter.
ACCESS Part 2. OBJECTIVE  Use the Query Wizard.  Work with data in a query.  Use Query Design View.  Sort and find data.  Filter data Apply AND criteria.
Access Review. Access Access is a database application A database is a collection of records and files organized for a particular purpose Access supports.
CSCI 3327 Visual Basic Chapter 13: Databases and LINQ UTPA – Fall 2011.
O FFICE M ANAGEMENT T OOL - II B BA -V I TH. Abdus Salam2 Week-7 Introduction to Query Introduction to Query Querying from Multiple Tables Querying from.
SQL for Data Retrieval. Save your SQL Scripts When working with SQL Management Studio, you should keep saving your scripts as a.sql file to somewhere.
3/18: Microsoft Access Refresher: What is a relational database? Why use a database? Sample database in MS access. –Fields, records, attributes. –Tables,
Gold – Crystal Reports Introductory Course Cortex User Group Meeting New Orleans – 2011.
1 MS Access. 2 Database – collection of related data Relational Database Management System (RDBMS) – software that uses related data stored in different.
XP New Perspectives on Microsoft Access 2002 Tutorial 31 Microsoft Access 2002 Tutorial 3 – Querying a Database.
Assignment 1 Uploaded to course website Due next Tuesday, Sep 1, at 11:59pm.
What is an Entity Relationship Diagram?. An Entity Relationship Diagram is a graphic that is speacialized to illustrate or give examples of the inter.
IT – som værktøj Bent Thomsen Institut for Datalogi Aalborg Universitet.
Howard Paul. Sequential Access Index Files and Data File Random Access.
Adxstudio Portals Training
Form and Graphical User Interfaces. Lesson plan More about queries More about entering data into a table Form.
Creating a database - I clicked on blank database and am saving it as books10.mdb. For more information see the practice example under week #1. I am going.
ACCESS CHAPTER 2 Introduction to ACCESS Learning Objectives: Understand ACCESS icons. Use ACCESS objects, including tables, queries, forms, and reports.
Hoi Le. Why database? Spreadsheet is not good to: Store very large information Efficiently update data Use in multi-user mode Hoi Le2.
Southern Methodist University CSE CSE 2337 Introduction to Data Management Chapter 2.
Copyright © 2014 Pearson Canada Inc. Ext. 5b-1 Copyright © 2014 Pearson Canada Inc. Application Extension 5b Using Microsoft Access Part 2: Using Information.
© 2016, Mike Murach & Associates, Inc.
Chapter 12 Information Systems.
Building and Using Queries
Databases and Information Management
NAMI 360 – Screenshot Guide 2
Tutorial 3 – Querying a Database
Databases & Consistency
Databases and Information Management
Chengyu Sun California State University, Los Angeles
Creating and Managing Database Tables
New Perspectives on Microsoft
Database 2.
Presentation transcript:

Santosh Ghimire – 066BCT533 Subit Raj Pokharel – 066BCT538 Sudip Kafle – 066BCT539

Entity Relationship Diagram  Created Using MS-Visio  Contains 19 different Entities

Adding Data to Database  Data added via. Windows Form based UI  Contains 5 different forms which can be reviewed before submitting  The data assigned to objects of 16 different classes  Each class has a method named Add which adds the attributes to Database  All SQL queries written as Stored procedures

Read Form Data Assign data to respective objects Assign the objects to a single object Add new record with new StudentID in Student Table Add the record for given studentID to all tables

Searching the Record  Searching can be done based on various criteria › Name, roll no., address, college name, year  A View is created on Database with only the required columns joining different tables  The record matching the search criteria is selected from view and displayed on the Grid View of the application

Sample search Query SELECT * FROM GridViewDefault WHERE Name LIKE '%' '%' AND Course LIKE '%' '%' AND StudentId IN (SELECT studentId FROM plusTwoDetail JOIN plusTwoCollege ON plusTwoDetail.collegeId=plusTwoCollege.collegeId WHERE collegeName LIKE AND StudentID IN (SELECT studentId FROM permanentAddress JOIN district ON permanentAddress.districtId=district.districtId WHERE districtName LIKE AND Year LIKE '%' +'%' AND Section LIKE Match Name Match Course Match College Match District Match year Match section

Updating the record  The record found after searching can be updated / edited  Form similar to adding record shown  Each of 16 classes have update method  The update method called similar to Add