Created by Kamila zhakupova

Slides:



Advertisements
Similar presentations
MS Access.
Advertisements

Lecture Microsoft Access and Relational Database Basics.
Database Software Application
Computer Software.
MS Access 2007 IT User Services - University of Delaware.
Page 1 ISMT E-120 Introduction to Microsoft Access & Relational Databases The Influence of Software and Hardware Technologies on Business Productivity.
Microsoft Access Ervin Ha.
BASIC COMPUTER APPLICATIONS PHARMACY INFORMATICS.
Microsoft Access Database software. What is a database? … a database is an organized collection of data. A collection of data of similar information compiled.
Introduction to Database using Microsoft Access 2013 Part 1 November 4, 2014.
Copyright P.Harris Database Fundamentals Vanderbilt University September 24, 2009.
CHAPTER 9 DATABASE MANAGEMENT © Prepared By: Razif Razali.
MICROSOFT ACCESS Pn. Jamilah Binti Yusof. DEFINITION A database is the computer equivalent of an organized list of information. Typically, this information.
Ihr Logo Data Explorer - A data profiling tool. Your Logo Agenda  Introduction  Existing System  Limitations of Existing System  Proposed Solution.
ASP.NET Programming with C# and SQL Server First Edition
ITOM 2308 Introduction to Databases Review Access Database Corporate Case Study ITOM 2308 Class 81.
Information Systems Chapter 5 Building the database Part 1. Unsing Access.
Introduction to database systems
1 Overview of Databases. 2 Content Databases Example: Access Structure Query language (SQL)
Data-mining & Data As we used Excel that has capability to analyze data to find important information, the data-mining helps us to extract information.
Simple Database.
2005 SPRING CSMUIntroduction to Information Management1 Organizing Data John Sum Institute of Technology Management National Chung Hsing University.
Best Uses of Microsoft Access Lauren Lewis. What is Microsoft Access? o MS access is a database management system from Microsoft that combines the relational.
IE 423 – Design of Decision Support Systems Introduction to Data Base Management Systems and MS Access.
File Processing Concepts – Field – combination of 1 or more characters that is the smallest unit of data to be accessed – Record – group of related fields.
Relational Databases Database Driven Applications Retrieving Data Changing Data Analysing Data What is a DBMS An application that holds the data manages.
11 3 / 12 CHAPTER Databases MIS105 Lec15 Irfan Ahmed Ilyas.
Today’s Agenda Chapter 7 Review for Midterm. Data Transfer Tools DTS (Data Transformation Services) BCP (Bulk Copy Program) BULK INSERT command Other.
AVCE ICT – Unit 7 - Programming Session 16 – Database and VB.
CHAPTER 1 – INTRODUCTION TO ACCESS Akhila Kondai September 30, 2013.
PREPARED BY: PN. SITI HADIJAH BINTI NORSANI. LEARNING OUTCOMES: Upon completion of this course, students should be able to: 1. Understand the structure.
Microsoft Access 2016 Overview of Microsoft Access Databases
Aga Private computer Institute Prepared by: Srwa Mohammad
DBMS Programs MS SQL Server & MySQL
Databases and DBMSs Todd S. Bacastow January
INTRODUCTION TO DATABASES (MICROSOFT ACCESS)
آشنایی با نرم افزار Microsoft Access
IST 220 – Intro to Databases
ODBC, OCCI and JDBC overview
GO! with Microsoft Office 2016
Database Management:.
BASIC INFORMATION ABOUT DATABASE MANAGEMENT SOFTWARE
IS444: Modern tools for applications development
Fundamentals of Information Systems, Sixth Edition
Fundamentals & Ethics of Information Systems IS 201
Database Systems Unit 16.
GO! with Microsoft Access 2016
Access Creating a Database
6 Benefits of Using Microsoft Access Database. Microsoft Access is an efficient program that helps companies to carry out complex business processes in.
Exploring Microsoft Office Access
5. Using databases in VB.
IS444: Modern tools for applications development
Microsoft Office Illustrated
ICT Database Lesson 1 What is a Database?.
Access Creating a Database
Microsoft Access 2003 Illustrated Complete
Tutorial 8 Objectives Continue presenting methods to import data into Access, export data from Access, link applications with data stored in Access, and.
Computer Based Financial Accounting
Introduction to Ms-Access Submitted By- Navjot Kaur Mahi
Database.
Chapter 1: The Database Environment
Please thank our sponsors!
Database Applications
Database Design Hacettepe University
Working With Databases
DATABASES WHAT IS A DATABASE?
Data Analysis Tools Session 10.
DATABASE TECHNOLOGIES
Computer Basics Applications.
Exploring Microsoft Office Access
Presentation transcript:

Created by Kamila zhakupova Microsoft access Created by Kamila zhakupova

Overview Microsoft Access, also known as Microsoft Office Access, is a database management system from Microsoft that combines the relational Microsoft Jet Database Engine with a graphical user interface and software-development tools It is a member of the Microsoft Office site of applications, included in the Professional and higher editions or sold separately. Microsoft Access stores data in its own format based on the Access Jet Database Engine. It can also import or link directly to data stored in other applications and databases. Sunday, May 31, 2015 6 Presentation On MS-Access

Features of MS-Access Users can create tables, queries, forms and reports, and connect them together with Macros . Macros in Access can be thought of as a simplified programming language which you can use to add functionality to your database. It contains actions that perform tasks, such as opening a report, running a query, or closing the database. Access also has report creation features that can work with any data sources that Access can “access”. Sunday, May 31, 2015 10 Presentation On MS-Access

Features of MS-Access Other features include: the import and export of data to many forma including Excel, Outlook, ASCII, dBase, Paradox, FoxPro, SQL Server, Oracle, ODBC, etc It can perform heterogeneous joins between data sets stored across different platforms. It is often used by people downloading data from enterprise level databases for manipulation, analysis, and reporting locally. Microsoft Access offers parameterized queries. These queries and Access tables can be referenced from other programs like VB6 and .NET through DAO or ADO. From MS Access, VBA can reference parameterized stored procedures via ADO. Sunday, May 31, 2015 11 Presentation On MS- Access

Areas of Access I. Access as a Development Platform for Small-Business Applications II. Access as a Development Platform for Departmental Applications III. Access as a Development Platform for Corporation-Wide Applications IV. Access as a Front End for Enterprisewide Client/Server

Differences between access and excel For the most part, Microsoft Access and Excel are very similar. They are both databases, and have similar functions in terms of inputting data. However, you would typically use Microsoft Access when compiling data that is either categorical in nature or involves more reading. A typical project that would be of use in Microsoft Access is a telephone book or a directory. Microsoft Excel typically uses more numerical data than Microsoft Access, and is used to show functions between cells. As you will see from this Quicktip, Access does use relationships, but can show relationships between databases, as well as cells. Sunday, May 31, 2015 16 Presentation On MS-Access

Points to remember Tables Records Fields Primary key

DEFINITIONS TABLE A table is a collection of data about a particular subject. For Ex. a Movie table contains info. about movies like Movie No., Movie Title, Year Made, Movie Type etc. RECORDS Records are simply the ROWS in the table. FIELDS Fields are the COLUMNS in the table. Sunday, May 31, 2015 20 Presentation On MS-Access

Movie Table

Primary key The first field in the MOVIE table is the MOVIE NUMBER. This is a code assigned by the owner to each MOVIE These numbers are unique; that is no two movies will be assigned the same number. Such a field can be used as a UNIQUE IDENTIFIER. Ex. Soc-Sec-No. This is called the PRIMARY KEY

Advantages of MS-Access Easy to install and use — Access gives data managers a fully functional, relational database management system in minutes. Like many other Microsoft applications, Access contains Wizards that walk you through each step of the way. The user interface is intuitive; accelerating data information retrieval. Ease to integrate – Access works well with many of the developing software programs based in Windows. It also can be used in the front-end as back-end tables with products like Microsoft SQL Server and non-Microsoft products like Oracle and Sybase.

Advantages of MS-Access NET-friendly – Access is a go-to choice for users who plan to develop software using .NET; linking to Access database. Its graphical user interface also offers easy functionality and set up. Widely popular — Microsoft Access is the most popular desktop database system in the world. Saves you money — Microsoft Access is hundreds of dollars more economical than other larger systems; offering the same functions and usage. Convenient storage capacity – A Microsoft Access database can hold up to 2 GB of data. Multi-user support – About ten users in a network can use an Access application. Importing data — Microsoft Access makes it easy to import data. Sunday, May 31, 2015 63 Presentation On MS-Access

Disadvantages of MS-Access Finite – Microsoft Access is useful for individual departments or small-to-medium business sectors. Any sector whose usage goes beyond 2 GB will hit a wall and discover limitations. Structure Query Language (SQL) — SQL for MS Access is not as robust as MS SQL Server or Oracle, to just name a few. One file — All the information from your database is saved into one file. This limits options and how you choose utilize data; slowing down reports, queries, and forms. Its performance becomes slow as the user scales data size. Multimedia data can use up MS Access limited space quickly Static-Friendly — It’s difficult to publish files a part from static files.  Multi-user limited — Technical limit is 255 concurrent users, but real world limit is 10 to 80 (depending on type of application.