You are on page 1of 21

Relational Database

Management Systems
(RDBMS) Tools
Relational Database System

issarapong.khu@kmutt.ac.th 1
DBMS Tools : Overview

issarapong.khu@kmutt.ac.th 2
MS SQL Server

• MS SQL Server is a software, developed by Microsoft, which is


implemented from the specification of RDBMS.
• It is also an ORDBMS.
• It is platform dependent.
• It is both GUI and command-based software.
• It supports SQL (SEQUEL) language which is an IBM product, non-
procedural, common database and case insensitive language.

issarapong.khu@kmutt.ac.th 3
Usage of SQL Server
• To create databases.
• To maintain databases.
• To analyze the data through SQL Server Analysis Services (SSAS).
• To generate reports through SQL Server Reporting Services (SSRS).
• To carry out ETL operations through SQL Server Integration Services (SSIS).

issarapong.khu@kmutt.ac.th 4
SQL Server Components

• SQL Server works in client-server architecture:


• Workstation components are installed in every device/SQL
Server operator’s machine. These are just interfaces to
interact with Server components. Example: SSMS, SSCM,
Profiler, BIDS, SQLEM etc.

• Server components are installed in centralized server.


These are services. Example: SQL Server, SQL Server Agent,
SSIS, SSAS, SSRS, SQL browser, SQL Server full text search
etc.

issarapong.khu@kmutt.ac.th 5
https://www.microsoft.com/en-us/sql-server/sql-server-downloads

MS SQL Server
2
1

issarapong.khu@kmutt.ac.th 6
https://www.microsoft.com/en-us/sql-server/sql-server-downloads

SSMS
2

issarapong.khu@kmutt.ac.th 7
1

issarapong.khu@kmutt.ac.th 8
1 2

issarapong.khu@kmutt.ac.th 9
1 2

3 Click Save

issarapong.khu@kmutt.ac.th 10
Set Primary Key

Design
Edit

issarapong.khu@kmutt.ac.th 11
1 Edit data @Microsoft SQL Server Management Studio

3 Refresh or F5 on web browser

issarapong.khu@kmutt.ac.th 12
My SQL
• MySQL is a fast, easy-to-use RDBMS being used for many small and big
businesses.
• It is developed, marketed and supported by MySQL AB, which is a Swedish
company, which was bought by Sun Microsystems (now Oracle Corporation).
• Itis released under an open-source license.
• It works on many operating systems and with many languages including PHP,
PERL, C, C++, JAVA, etc.
• It is very friendly to PHP, the most appreciated language for web
development.
• It supports large databases, up to 50 million rows or more in a table.

issarapong.khu@kmutt.ac.th 13
1
https://dev.mysql.com/downloads/installer/

2 Download

3 No thanks, just start my download.

issarapong.khu@kmutt.ac.th 14
issarapong.khu@kmutt.ac.th 15
issarapong.khu@kmutt.ac.th 16
2 Add new Model

issarapong.khu@kmutt.ac.th 17
1 Add ER Diagram

2 Add New Table

issarapong.khu@kmutt.ac.th 18
3 Double Click to Customize Table

issarapong.khu@kmutt.ac.th 19
1 Add more Tables

2 Make the Relationship

issarapong.khu@kmutt.ac.th 20
Self-study :
Microsoft SQL Server Channel @ YouTube
• https://www.youtube.com/channel/UC_
BLf95QgWpwlbSq-ZKLMwA/videos

My SQL Channel @ YouTube


• https://www.youtube.com/channel/UCyj
IHIhCAiAkRh23RjuD5zg

issarapong.khu@kmutt.ac.th 21

You might also like