0% found this document useful (0 votes)
39 views21 pages

DBMS Tools

The document discusses Microsoft SQL Server, a relational database management system (RDBMS) developed by Microsoft. It can be used to create, maintain and analyze databases. SQL Server uses a client-server model with workstation components on user devices and server components running on a centralized server. It supports the SQL language and includes tools like SQL Server Management Studio for administration.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
39 views21 pages

DBMS Tools

The document discusses Microsoft SQL Server, a relational database management system (RDBMS) developed by Microsoft. It can be used to create, maintain and analyze databases. SQL Server uses a client-server model with workstation components on user devices and server components running on a centralized server. It supports the SQL language and includes tools like SQL Server Management Studio for administration.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 21

Relational Database

Management Systems
(RDBMS) Tools
Relational Database System

[email protected] 1
DBMS Tools : Overview

[email protected] 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.

[email protected] 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).

[email protected] 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.

[email protected] 5
https://www.microsoft.com/en-us/sql-server/sql-server-downloads

MS SQL Server
2
1

[email protected] 6
https://www.microsoft.com/en-us/sql-server/sql-server-downloads

SSMS
2

[email protected] 7
1

[email protected] 8
1 2

[email protected] 9
1 2

3 Click Save

[email protected] 10
Set Primary Key

Design
Edit

[email protected] 11
1 Edit data @Microsoft SQL Server Management Studio

3 Refresh or F5 on web browser

[email protected] 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.

[email protected] 13
1
https://dev.mysql.com/downloads/installer/

2 Download

3 No thanks, just start my download.

[email protected] 14
[email protected] 15
[email protected] 16
2 Add new Model

[email protected] 17
1 Add ER Diagram

2 Add New Table

[email protected] 18
3 Double Click to Customize Table

[email protected] 19
1 Add more Tables

2 Make the Relationship

[email protected] 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

[email protected] 21

You might also like