0% found this document useful (0 votes)
50 views9 pages

Database Fundamentals: MIS Tutorials

The document provides an overview of database fundamentals including introducing databases, getting started with tables, and working with data in tables. It discusses how databases are used to store normalized data in tables which are managed by a database server and accessed by client applications potentially hosted in the cloud. It also mentions restricting access using authentication and firewalls.

Uploaded by

Anurag Sharma
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
50 views9 pages

Database Fundamentals: MIS Tutorials

The document provides an overview of database fundamentals including introducing databases, getting started with tables, and working with data in tables. It discusses how databases are used to store normalized data in tables which are managed by a database server and accessed by client applications potentially hosted in the cloud. It also mentions restricting access using authentication and firewalls.

Uploaded by

Anurag Sharma
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 9

Database Fundamentals

MIS Tutorials
Agenda

Introduction to Databases

Getting Started with Tables

Working with Data in Tables


Introduction to Databases
Product Color ColorSupplier
SupplierSupplier
ProductID Name
Name Supplier
Color
Phone Phone
Supplier
ColorID Color
SupplierColorID SupplierID
ColorSupplierID
Supplier
SupplierID
Supplier
PhoneSupplier
1 Widget
Widget 1 Blue
555-12345555-12345
11 Blue
1 1 1Blue 1 Contoso
1 Contoso
555-12345
Contoso
2 Thingybob
Thingybob2 Blue
555-54321555-54321
22 Red
2 2 2Red 2 Northwind
2 Northwind
555-54321
Northwind
3
Product
Knicknack
Knicknack 1 Red
555-12345555-12345
13 Black
1 3 Black
4 Thingybob
Name Red Color555-54321 2 Supplier Phone
5 Knicknack Black 555-12345 1
Widget Blue Contoso 555-12345
ProductColor
ProductColor
Thingybob BlueProduct
Blue, Red ColorNorthwind
Product 555-54321
Color
Knicknack Red,1Black
Red 1 1Contoso 1 555-12345
2 1 2 1
Thingybob Red Northwind 555-54321
2 2 2 2
Knicknack Black3 2 3Contoso 2 555-12345
3 3 3 3
Product Color Supplier
ProductID Name Supplier ColorID Color SupplierID Supplier Phone
1 Widget 1 1 Blue 1 Contoso 555-12345
2 Thingybob 2 2 Red 2 Northwind 555-54321
3 Knicknack 1 3 Black

ProductColor
Product Color
1 1
2 1
2 2
3 2
3 3
Getting Started with Databases

Creating a database and performing initial configuration


Databases are used to store data in tables
Usually, we normalize these tables to create a relational schema
The tables are stored on disk, and managed in a database server
Client applications access the database across a network
Increasingly, the database server is hosted in the cloud
Access to data in a database is restricted using firewalls and
authentication
© 2016 Microsoft Corporation. All rights reserved. The text in this document is available under the Creative Commons Attribution 3.0 License, additional terms may apply. All other content contained in this
document (including, without limitation, trademarks, logos, images, etc.) are not included within the Creative Commons license grant. This document does not provide you with any legal rights to any
intellectual property in any Microsoft product. You may copy and use this document for your internal, reference purposes.
This document is provided "as-is." Information and views expressed in this document, including URL and other Internet Web site references, may change without notice. You bear the risk of using it. Some
examples are for illustration only and are fictitious. No real association is intended or inferred. Microsoft makes no warranties, express or implied, with respect to the information provided here.

You might also like