SlideShare a Scribd company logo
1 of 5
Download to read offline
Compare the capabilities of the Microsoft Access, Microsoft SQL Server, Oracle’s MySQL, and
Oracle relational database management systems (RDBMSs). Your paper should discuss the
processing speeds, data storage capabilities, maximum users supported, platforms supported,
user interfaces, development tools, vendor support, and cost. Discuss and cite at least two
references in addition to our textbook. Your paper should be 3-5 pages in length (excluding title
and References pages)
Solution
Microsoft Access
Overview:
Microsoft Access is a part of Microsoft Office,
it is commercially available database in the market
Inexpensive/standard on most computers
users can create complex databases
database professionalas can use construct a database
customers of MS-Access:
It is mainly used in small corporate companies or IT Sectors with 1-80 endusers.
Features of MS-Access:
1.It is having GUI Interface for creating databases
2. A databae contains tables, forms, reports, queries, macros.
3. It facilitates autocontent wizards to build tables or forms or reports.
4. It acts as an interface to other DBMS using ODBC
5. It is used for small business companies
6. Provides security like password protection
7. Provides a Data dictionary
8. We can repair the database
9. We can create different views
10. External data can be imported into Access
11. We can create web pages based using the database
12. It has as built in Macro functions
13. It uses Structurered Query Language
14. We can create forms, reports etc by using Visual Basic Application programming
15. Provides Add in controls like calendars
16. It can merged into word and analysed with Excel etc.
Issues:
Security:
User level security is very difficult
Tuning:
It does not have the ability to split over multiple Hard Drives, multiple CPUs or to place tables
into memory.
Locking:
Basic handling of concurrent users Backup and recovery at basic level.
ANSI SQL standard often doesn't work,MS-Access has it's own modified version of ANSI
SQL.
MySQL
Overview
MySQL is a database engine. It has a command line interface that allows the creation of
database. It Requires Front-end applications to access it for end users. EX:- C#, PHP, Microsoft
ASP.Net.
Typical users
Small companies or workgroups, through to very large Internet databases with large numbers of
users
Ex:wikipedia,Moodle.
Features
1. Speed:One of the fastest databases available
2. Ease of use: when compared to larger databases such as Oracle Uses standard SQL
3. Capability: A multi-threaded server allowing many clients to connect at the same time Fully
networked for the Internet with built in security
4.Portability: Runs on a many operating systems and different hardware
5. Small size: when compared to other large databases e.g. Oracle
6. Availabliity and Cost: Open Source ,Free in most situations to use
7. Open distribution and source code: You can check how it works – if you have the knowledge.
8. interface to other DBMS’s using Open Database Connectivity (ODBC)
Issues
Security:
MYSQL security is based on the Access Control List for all connections, queries and many
other operations that a user can perform. This means that different users will have varying levels
of access to certain databases and tables and that they will be limited to what they can do. For
example, a user with full privileges to a database will be able to perform operations such as
SELECT, DELETE, UPDATE and INSERT, while a user with limited privileges would only be
able to use the SELECT operation. This is done through the GRANT and REVOKE commands.
Backup:Use mysqldump to make a copy of the database.
Restore:Use SOURCE to run a mysqldump script.
Integrity:Transaction boundary support.
Oracle Database 12c: It is the most recent release of the RDBMS, and it includes the following
features:
1.New data redaction to enhance security of sensitive data
2.Introduction of Oracle Advanced Analytics platform
3.New database handling for archiving Flash Data Archive (FDA)
4.Support for integrating with operating system processor groups
5.Support for data pump for database consolidation
6.Several enhancements to Oracle Application Express, a rapid-development tool that allows
users to develop Web apps using SQL and/or PL/SQL.
7.Advanced network compression to enhance performance
SQL Server 2014 is the latest release of SQL Server and includes the following features:
1. Introduction of In-Memory Online Traction Processing (OLTP), an embedded feature that
allows sophisticated
2. database management to enhance performance
3. New solutions to handle disaster recovery
4. Updated version of SQL Server Data Tools for Business Intelligence (SSDT BI)
ORACLE SQL and MS-SQL Differences:
There are many different relational database management systems (RDBMS) about Microsoft
Access, MS-SQL,ORACLE Sql and MySQL . Most popular and widely used are Oracle and MS
SQL Server. There are many differences between MS-SQL and Oracle SQL.
1)Language: Although both systems use Structured Query Language, MS SQL Server uses
Transact SQL, or T-SQL, which is an extension of SQL originally developed by Sybase and used
by Microsoft. Oracle, uses PL/SQL, or Procedural Language/SQL. Both are have different
syntax.
2)Transaction Control.
A transaction can be defined as a group of operations or tasks that should be treated as a single
unit.By default, MS SQL Server will execute and commit each task individually, and it is
impossible to roll back changes where as in ORACLE SQL a COMMIT statement is used at the
end. This COMMIT statement will write the changed data to disk and end the transaction and
ROLLBACK will discard any changes made within the transaction block.
The following table includes information about the Oracle, MySQL, and SQL Server databases
and how they compare.
Feature
Oracle
MySQL
SQL Server
Interface
GUI, SQL
SQL
GUI, SQL, Various
Language support
Many, including C, C#, C++, Java, Ruby, and Objective C
Many, including C, C#, C++, D, Java, Ruby, and Objective C
Java, Ruby, Python, VB, .Net, and PHP
Operating System
Windows, Linux, Solaris, HP-UX, OS X, z/OS, AIX
Windows, Linux, OS X, FreeBSD, Solaris
Windows
Licensing
Proprietary
Open source
Proprietary
Feature
Oracle
MySQL
SQL Server
Interface
GUI, SQL
SQL
GUI, SQL, Various
Language support
Many, including C, C#, C++, Java, Ruby, and Objective C
Many, including C, C#, C++, D, Java, Ruby, and Objective C
Java, Ruby, Python, VB, .Net, and PHP
Operating System
Windows, Linux, Solaris, HP-UX, OS X, z/OS, AIX
Windows, Linux, OS X, FreeBSD, Solaris
Windows
Licensing
Proprietary
Open source
Proprietary

More Related Content

Similar to Compare the capabilities of the Microsoft Access, Microsoft SQL Serv.pdf

Database Performance Management in Cloud
Database Performance Management in CloudDatabase Performance Management in Cloud
Database Performance Management in CloudDr. Amarjeet Singh
 
Kaashiv SQL Server Interview Questions Presentation
Kaashiv SQL Server Interview Questions PresentationKaashiv SQL Server Interview Questions Presentation
Kaashiv SQL Server Interview Questions Presentationkaashiv1
 
Maruthi_YH_resume
Maruthi_YH_resumeMaruthi_YH_resume
Maruthi_YH_resumeMaruthi YH
 
Sql interview question part 6
Sql interview question part 6Sql interview question part 6
Sql interview question part 6kaashiv1
 
Sql interview-question-part-6
Sql interview-question-part-6Sql interview-question-part-6
Sql interview-question-part-6kaashiv1
 
Sql interview-question-part-6
Sql interview-question-part-6Sql interview-question-part-6
Sql interview-question-part-6kaashiv1
 
Native tables in NonStop SQL database
Native tables in NonStop SQL databaseNative tables in NonStop SQL database
Native tables in NonStop SQL databaseFrans Jongma
 
Mysql User Camp : 20th June - Mysql New Features
Mysql User Camp : 20th June - Mysql New FeaturesMysql User Camp : 20th June - Mysql New Features
Mysql User Camp : 20th June - Mysql New FeaturesTarique Saleem
 
Mysql User Camp : 20-June-14 : Mysql New features and NoSQL Support
 Mysql User Camp : 20-June-14 : Mysql New features and NoSQL Support Mysql User Camp : 20-June-14 : Mysql New features and NoSQL Support
Mysql User Camp : 20-June-14 : Mysql New features and NoSQL SupportMysql User Camp
 
Data Handning with Sqlite for Android
Data Handning with Sqlite for AndroidData Handning with Sqlite for Android
Data Handning with Sqlite for AndroidJakir Hossain
 
Comparing sql and nosql dbs
Comparing sql and nosql dbsComparing sql and nosql dbs
Comparing sql and nosql dbsVasilios Kuznos
 

Similar to Compare the capabilities of the Microsoft Access, Microsoft SQL Serv.pdf (20)

Rise of NewSQL
Rise of NewSQLRise of NewSQL
Rise of NewSQL
 
Graduate Project Summary
Graduate Project SummaryGraduate Project Summary
Graduate Project Summary
 
Mysql
MysqlMysql
Mysql
 
Database Performance Management in Cloud
Database Performance Management in CloudDatabase Performance Management in Cloud
Database Performance Management in Cloud
 
Kaashiv SQL Server Interview Questions Presentation
Kaashiv SQL Server Interview Questions PresentationKaashiv SQL Server Interview Questions Presentation
Kaashiv SQL Server Interview Questions Presentation
 
Maruthi_YH_resume
Maruthi_YH_resumeMaruthi_YH_resume
Maruthi_YH_resume
 
Sql interview question part 6
Sql interview question part 6Sql interview question part 6
Sql interview question part 6
 
Ebook6
Ebook6Ebook6
Ebook6
 
Sql interview-question-part-6
Sql interview-question-part-6Sql interview-question-part-6
Sql interview-question-part-6
 
Sql interview-question-part-6
Sql interview-question-part-6Sql interview-question-part-6
Sql interview-question-part-6
 
Ebook6
Ebook6Ebook6
Ebook6
 
Sql
SqlSql
Sql
 
Sql2008 (1)
Sql2008 (1)Sql2008 (1)
Sql2008 (1)
 
notes
notesnotes
notes
 
Native tables in NonStop SQL database
Native tables in NonStop SQL databaseNative tables in NonStop SQL database
Native tables in NonStop SQL database
 
Mysql User Camp : 20th June - Mysql New Features
Mysql User Camp : 20th June - Mysql New FeaturesMysql User Camp : 20th June - Mysql New Features
Mysql User Camp : 20th June - Mysql New Features
 
Mysql User Camp : 20-June-14 : Mysql New features and NoSQL Support
 Mysql User Camp : 20-June-14 : Mysql New features and NoSQL Support Mysql User Camp : 20-June-14 : Mysql New features and NoSQL Support
Mysql User Camp : 20-June-14 : Mysql New features and NoSQL Support
 
Data Handning with Sqlite for Android
Data Handning with Sqlite for AndroidData Handning with Sqlite for Android
Data Handning with Sqlite for Android
 
Comparing sql and nosql dbs
Comparing sql and nosql dbsComparing sql and nosql dbs
Comparing sql and nosql dbs
 
My sql basic
My sql basicMy sql basic
My sql basic
 

More from arihantplastictanksh

If a protein is destined to be a part of the cell membrane or to lea.pdf
If a protein is destined to be a part of the cell membrane or to lea.pdfIf a protein is destined to be a part of the cell membrane or to lea.pdf
If a protein is destined to be a part of the cell membrane or to lea.pdfarihantplastictanksh
 
How do angiosperms increase the likelihood that their embryos arc mov.pdf
How do angiosperms increase the likelihood that their embryos arc mov.pdfHow do angiosperms increase the likelihood that their embryos arc mov.pdf
How do angiosperms increase the likelihood that their embryos arc mov.pdfarihantplastictanksh
 
How is FOIL used in factoring polynomialsSolutionFOIL method .pdf
How is FOIL used in factoring polynomialsSolutionFOIL method .pdfHow is FOIL used in factoring polynomialsSolutionFOIL method .pdf
How is FOIL used in factoring polynomialsSolutionFOIL method .pdfarihantplastictanksh
 
How did social revolution relate to warfare developmentSolution.pdf
How did social revolution relate to warfare developmentSolution.pdfHow did social revolution relate to warfare developmentSolution.pdf
How did social revolution relate to warfare developmentSolution.pdfarihantplastictanksh
 
For the following I have finished most of this question but am havin.pdf
For the following I have finished most of this question but am havin.pdfFor the following I have finished most of this question but am havin.pdf
For the following I have finished most of this question but am havin.pdfarihantplastictanksh
 
Does native Con A exist as a monomer, dimer, trimer, or tetramer.pdf
Does native Con A exist as a monomer, dimer, trimer, or tetramer.pdfDoes native Con A exist as a monomer, dimer, trimer, or tetramer.pdf
Does native Con A exist as a monomer, dimer, trimer, or tetramer.pdfarihantplastictanksh
 
Explain role ambiguity in terms of supportive leader behavior.So.pdf
Explain role ambiguity in terms of supportive leader behavior.So.pdfExplain role ambiguity in terms of supportive leader behavior.So.pdf
Explain role ambiguity in terms of supportive leader behavior.So.pdfarihantplastictanksh
 
Explain the benefit of designing a foundation with LRFD as opposed to.pdf
Explain the benefit of designing a foundation with LRFD as opposed to.pdfExplain the benefit of designing a foundation with LRFD as opposed to.pdf
Explain the benefit of designing a foundation with LRFD as opposed to.pdfarihantplastictanksh
 
Expand upon selectionSortType so that you are no longer bound to a l.pdf
Expand upon selectionSortType so that you are no longer bound to a l.pdfExpand upon selectionSortType so that you are no longer bound to a l.pdf
Expand upon selectionSortType so that you are no longer bound to a l.pdfarihantplastictanksh
 
describe the three major categorical theories of language developmen.pdf
describe the three major categorical theories of language developmen.pdfdescribe the three major categorical theories of language developmen.pdf
describe the three major categorical theories of language developmen.pdfarihantplastictanksh
 
case study of a female with a parasitic disease Here is a Microbiolog.pdf
case study of a female with a parasitic disease Here is a Microbiolog.pdfcase study of a female with a parasitic disease Here is a Microbiolog.pdf
case study of a female with a parasitic disease Here is a Microbiolog.pdfarihantplastictanksh
 
are marine multicellular protists belonging to the larger brown alg.pdf
are marine multicellular protists belonging to the larger brown alg.pdfare marine multicellular protists belonging to the larger brown alg.pdf
are marine multicellular protists belonging to the larger brown alg.pdfarihantplastictanksh
 
8-9 Which gene (C or D) is downstream in the pathway based on the ep.pdf
8-9 Which gene (C or D) is downstream in the pathway based on the ep.pdf8-9 Which gene (C or D) is downstream in the pathway based on the ep.pdf
8-9 Which gene (C or D) is downstream in the pathway based on the ep.pdfarihantplastictanksh
 
4. Belief in God Religion Studies researchers were interested in ma.pdf
4. Belief in God Religion Studies researchers were interested in ma.pdf4. Belief in God Religion Studies researchers were interested in ma.pdf
4. Belief in God Religion Studies researchers were interested in ma.pdfarihantplastictanksh
 
18. Identify (at least 5) and explain their meanings of reducing ble.pdf
18. Identify (at least 5) and explain their meanings of reducing ble.pdf18. Identify (at least 5) and explain their meanings of reducing ble.pdf
18. Identify (at least 5) and explain their meanings of reducing ble.pdfarihantplastictanksh
 
With enough money, energy, and political will, the nations of the wo.pdf
With enough money, energy, and political will, the nations of the wo.pdfWith enough money, energy, and political will, the nations of the wo.pdf
With enough money, energy, and political will, the nations of the wo.pdfarihantplastictanksh
 
Which members of the truss are zero-force members Solutionass.pdf
Which members of the truss are zero-force members  Solutionass.pdfWhich members of the truss are zero-force members  Solutionass.pdf
Which members of the truss are zero-force members Solutionass.pdfarihantplastictanksh
 
Which THREE of the following statements about autotrophs and heterot.pdf
Which THREE of the following statements about autotrophs and heterot.pdfWhich THREE of the following statements about autotrophs and heterot.pdf
Which THREE of the following statements about autotrophs and heterot.pdfarihantplastictanksh
 
What type of biometric error signifies that an authorized user has b.pdf
What type of biometric error signifies that an authorized user has b.pdfWhat type of biometric error signifies that an authorized user has b.pdf
What type of biometric error signifies that an authorized user has b.pdfarihantplastictanksh
 
What is an unintended medical consequences What is an example of on.pdf
What is an unintended medical consequences What is an example of on.pdfWhat is an unintended medical consequences What is an example of on.pdf
What is an unintended medical consequences What is an example of on.pdfarihantplastictanksh
 

More from arihantplastictanksh (20)

If a protein is destined to be a part of the cell membrane or to lea.pdf
If a protein is destined to be a part of the cell membrane or to lea.pdfIf a protein is destined to be a part of the cell membrane or to lea.pdf
If a protein is destined to be a part of the cell membrane or to lea.pdf
 
How do angiosperms increase the likelihood that their embryos arc mov.pdf
How do angiosperms increase the likelihood that their embryos arc mov.pdfHow do angiosperms increase the likelihood that their embryos arc mov.pdf
How do angiosperms increase the likelihood that their embryos arc mov.pdf
 
How is FOIL used in factoring polynomialsSolutionFOIL method .pdf
How is FOIL used in factoring polynomialsSolutionFOIL method .pdfHow is FOIL used in factoring polynomialsSolutionFOIL method .pdf
How is FOIL used in factoring polynomialsSolutionFOIL method .pdf
 
How did social revolution relate to warfare developmentSolution.pdf
How did social revolution relate to warfare developmentSolution.pdfHow did social revolution relate to warfare developmentSolution.pdf
How did social revolution relate to warfare developmentSolution.pdf
 
For the following I have finished most of this question but am havin.pdf
For the following I have finished most of this question but am havin.pdfFor the following I have finished most of this question but am havin.pdf
For the following I have finished most of this question but am havin.pdf
 
Does native Con A exist as a monomer, dimer, trimer, or tetramer.pdf
Does native Con A exist as a monomer, dimer, trimer, or tetramer.pdfDoes native Con A exist as a monomer, dimer, trimer, or tetramer.pdf
Does native Con A exist as a monomer, dimer, trimer, or tetramer.pdf
 
Explain role ambiguity in terms of supportive leader behavior.So.pdf
Explain role ambiguity in terms of supportive leader behavior.So.pdfExplain role ambiguity in terms of supportive leader behavior.So.pdf
Explain role ambiguity in terms of supportive leader behavior.So.pdf
 
Explain the benefit of designing a foundation with LRFD as opposed to.pdf
Explain the benefit of designing a foundation with LRFD as opposed to.pdfExplain the benefit of designing a foundation with LRFD as opposed to.pdf
Explain the benefit of designing a foundation with LRFD as opposed to.pdf
 
Expand upon selectionSortType so that you are no longer bound to a l.pdf
Expand upon selectionSortType so that you are no longer bound to a l.pdfExpand upon selectionSortType so that you are no longer bound to a l.pdf
Expand upon selectionSortType so that you are no longer bound to a l.pdf
 
describe the three major categorical theories of language developmen.pdf
describe the three major categorical theories of language developmen.pdfdescribe the three major categorical theories of language developmen.pdf
describe the three major categorical theories of language developmen.pdf
 
case study of a female with a parasitic disease Here is a Microbiolog.pdf
case study of a female with a parasitic disease Here is a Microbiolog.pdfcase study of a female with a parasitic disease Here is a Microbiolog.pdf
case study of a female with a parasitic disease Here is a Microbiolog.pdf
 
are marine multicellular protists belonging to the larger brown alg.pdf
are marine multicellular protists belonging to the larger brown alg.pdfare marine multicellular protists belonging to the larger brown alg.pdf
are marine multicellular protists belonging to the larger brown alg.pdf
 
8-9 Which gene (C or D) is downstream in the pathway based on the ep.pdf
8-9 Which gene (C or D) is downstream in the pathway based on the ep.pdf8-9 Which gene (C or D) is downstream in the pathway based on the ep.pdf
8-9 Which gene (C or D) is downstream in the pathway based on the ep.pdf
 
4. Belief in God Religion Studies researchers were interested in ma.pdf
4. Belief in God Religion Studies researchers were interested in ma.pdf4. Belief in God Religion Studies researchers were interested in ma.pdf
4. Belief in God Religion Studies researchers were interested in ma.pdf
 
18. Identify (at least 5) and explain their meanings of reducing ble.pdf
18. Identify (at least 5) and explain their meanings of reducing ble.pdf18. Identify (at least 5) and explain their meanings of reducing ble.pdf
18. Identify (at least 5) and explain their meanings of reducing ble.pdf
 
With enough money, energy, and political will, the nations of the wo.pdf
With enough money, energy, and political will, the nations of the wo.pdfWith enough money, energy, and political will, the nations of the wo.pdf
With enough money, energy, and political will, the nations of the wo.pdf
 
Which members of the truss are zero-force members Solutionass.pdf
Which members of the truss are zero-force members  Solutionass.pdfWhich members of the truss are zero-force members  Solutionass.pdf
Which members of the truss are zero-force members Solutionass.pdf
 
Which THREE of the following statements about autotrophs and heterot.pdf
Which THREE of the following statements about autotrophs and heterot.pdfWhich THREE of the following statements about autotrophs and heterot.pdf
Which THREE of the following statements about autotrophs and heterot.pdf
 
What type of biometric error signifies that an authorized user has b.pdf
What type of biometric error signifies that an authorized user has b.pdfWhat type of biometric error signifies that an authorized user has b.pdf
What type of biometric error signifies that an authorized user has b.pdf
 
What is an unintended medical consequences What is an example of on.pdf
What is an unintended medical consequences What is an example of on.pdfWhat is an unintended medical consequences What is an example of on.pdf
What is an unintended medical consequences What is an example of on.pdf
 

Recently uploaded

Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaVirag Sontakke
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfadityarao40181
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitolTechU
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxRaymartEstabillo3
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 

Recently uploaded (20)

Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of India
 
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Tilak Nagar Delhi reach out to us at 🔝9953056974🔝
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdf
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptx
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 

Compare the capabilities of the Microsoft Access, Microsoft SQL Serv.pdf

  • 1. Compare the capabilities of the Microsoft Access, Microsoft SQL Server, Oracle’s MySQL, and Oracle relational database management systems (RDBMSs). Your paper should discuss the processing speeds, data storage capabilities, maximum users supported, platforms supported, user interfaces, development tools, vendor support, and cost. Discuss and cite at least two references in addition to our textbook. Your paper should be 3-5 pages in length (excluding title and References pages) Solution Microsoft Access Overview: Microsoft Access is a part of Microsoft Office, it is commercially available database in the market Inexpensive/standard on most computers users can create complex databases database professionalas can use construct a database customers of MS-Access: It is mainly used in small corporate companies or IT Sectors with 1-80 endusers. Features of MS-Access: 1.It is having GUI Interface for creating databases 2. A databae contains tables, forms, reports, queries, macros. 3. It facilitates autocontent wizards to build tables or forms or reports. 4. It acts as an interface to other DBMS using ODBC 5. It is used for small business companies 6. Provides security like password protection 7. Provides a Data dictionary 8. We can repair the database 9. We can create different views 10. External data can be imported into Access 11. We can create web pages based using the database 12. It has as built in Macro functions 13. It uses Structurered Query Language 14. We can create forms, reports etc by using Visual Basic Application programming 15. Provides Add in controls like calendars 16. It can merged into word and analysed with Excel etc.
  • 2. Issues: Security: User level security is very difficult Tuning: It does not have the ability to split over multiple Hard Drives, multiple CPUs or to place tables into memory. Locking: Basic handling of concurrent users Backup and recovery at basic level. ANSI SQL standard often doesn't work,MS-Access has it's own modified version of ANSI SQL. MySQL Overview MySQL is a database engine. It has a command line interface that allows the creation of database. It Requires Front-end applications to access it for end users. EX:- C#, PHP, Microsoft ASP.Net. Typical users Small companies or workgroups, through to very large Internet databases with large numbers of users Ex:wikipedia,Moodle. Features 1. Speed:One of the fastest databases available 2. Ease of use: when compared to larger databases such as Oracle Uses standard SQL 3. Capability: A multi-threaded server allowing many clients to connect at the same time Fully networked for the Internet with built in security 4.Portability: Runs on a many operating systems and different hardware 5. Small size: when compared to other large databases e.g. Oracle 6. Availabliity and Cost: Open Source ,Free in most situations to use 7. Open distribution and source code: You can check how it works – if you have the knowledge. 8. interface to other DBMS’s using Open Database Connectivity (ODBC) Issues Security: MYSQL security is based on the Access Control List for all connections, queries and many other operations that a user can perform. This means that different users will have varying levels of access to certain databases and tables and that they will be limited to what they can do. For example, a user with full privileges to a database will be able to perform operations such as SELECT, DELETE, UPDATE and INSERT, while a user with limited privileges would only be
  • 3. able to use the SELECT operation. This is done through the GRANT and REVOKE commands. Backup:Use mysqldump to make a copy of the database. Restore:Use SOURCE to run a mysqldump script. Integrity:Transaction boundary support. Oracle Database 12c: It is the most recent release of the RDBMS, and it includes the following features: 1.New data redaction to enhance security of sensitive data 2.Introduction of Oracle Advanced Analytics platform 3.New database handling for archiving Flash Data Archive (FDA) 4.Support for integrating with operating system processor groups 5.Support for data pump for database consolidation 6.Several enhancements to Oracle Application Express, a rapid-development tool that allows users to develop Web apps using SQL and/or PL/SQL. 7.Advanced network compression to enhance performance SQL Server 2014 is the latest release of SQL Server and includes the following features: 1. Introduction of In-Memory Online Traction Processing (OLTP), an embedded feature that allows sophisticated 2. database management to enhance performance 3. New solutions to handle disaster recovery 4. Updated version of SQL Server Data Tools for Business Intelligence (SSDT BI) ORACLE SQL and MS-SQL Differences: There are many different relational database management systems (RDBMS) about Microsoft Access, MS-SQL,ORACLE Sql and MySQL . Most popular and widely used are Oracle and MS SQL Server. There are many differences between MS-SQL and Oracle SQL. 1)Language: Although both systems use Structured Query Language, MS SQL Server uses Transact SQL, or T-SQL, which is an extension of SQL originally developed by Sybase and used by Microsoft. Oracle, uses PL/SQL, or Procedural Language/SQL. Both are have different syntax. 2)Transaction Control. A transaction can be defined as a group of operations or tasks that should be treated as a single unit.By default, MS SQL Server will execute and commit each task individually, and it is impossible to roll back changes where as in ORACLE SQL a COMMIT statement is used at the end. This COMMIT statement will write the changed data to disk and end the transaction and ROLLBACK will discard any changes made within the transaction block. The following table includes information about the Oracle, MySQL, and SQL Server databases and how they compare.
  • 4. Feature Oracle MySQL SQL Server Interface GUI, SQL SQL GUI, SQL, Various Language support Many, including C, C#, C++, Java, Ruby, and Objective C Many, including C, C#, C++, D, Java, Ruby, and Objective C Java, Ruby, Python, VB, .Net, and PHP Operating System Windows, Linux, Solaris, HP-UX, OS X, z/OS, AIX Windows, Linux, OS X, FreeBSD, Solaris Windows Licensing Proprietary Open source Proprietary Feature Oracle MySQL SQL Server Interface GUI, SQL SQL GUI, SQL, Various Language support Many, including C, C#, C++, Java, Ruby, and Objective C Many, including C, C#, C++, D, Java, Ruby, and Objective C Java, Ruby, Python, VB, .Net, and PHP Operating System Windows, Linux, Solaris, HP-UX, OS X, z/OS, AIX Windows, Linux, OS X, FreeBSD, Solaris Windows