0% found this document useful (0 votes)
12 views5 pages

Lab 1

Uploaded by

Razlan Rahim
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)
12 views5 pages

Lab 1

Uploaded by

Razlan Rahim
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/ 5

DEPARTMENT OF INFORMATION TECHNOLOGY

CENTRE FOR DIPLOMA STUDIES

INTRODUCTION TO DATABASE AND MySQL


LAB 1

COURSE CODE DAT20103

COURSE NAME DATABASE

NAME ABDUL RAZLAN KHAIRY BIN ABDUL RAHIM

MATRIC AA200536

SECTION 2

LECTURER SIR FAWWAZ BIN MOHD NASIR


Part B: Exercises 1.

Explain the differences between Microsoft Access DBMS (that you have learned in Introduction
to Information Technology course last year) and MySQL. State at least four criteria / attributes.

Database management system (DBMS) Structured Query Language (SQL)

1. It is used to manage the database. 1. It is a query language not a database.

2. It performs various operation like 2. It performs various operation on a


database creation, storing data, updating database like creation, deletion and
data. modification.

3. It is designed for managing data in RDMS


3. It provides security to the database. (Relational database management system)

4. It contains automatic backup and 4. It allows the user to create a view stored
database recovery. procedure function in database.
2. Explain three well-known front-ends for MySQL complete with images.

1. dbForge Studio for MySQL

This multi-purpose GUI application is an integrated development environment (IDE) that includes
a wide variety of features and capabilities for MySQL database creation and maintenance.
Createand run queries, build and debug stored procedures, automate database object maintenance,
examine table data using an easy interface, and much more are all possible with it.

• Rich code formatting capability allows you to build and edit code profiles in order to standardise
and tidy up your code.

• MariaDB is a database that may be used.

• Using the CRUD Generator, produce result scripts for SELECT, INSERT, UPDATE, and
DELETE statements to a SQL file.
2. MySQL Workbench

For database architects, developers, and DBAs, MySQL Workbench provides a single visual tool.
It has a variety of features for building, developing, and managing databases. It comes in three
different editions: Community, Standard, and Enterprise. The Community version is a free open-
source edition with a limited range of features, whereas the other two are commercial editions with
more features.

• Displays the status and health of the server, as well as server logs.

• MySQL Workbench was created by Oracle, the same firm that created MySQL, so you can be
certain that it will work with all of MySQL's most recent features.

• It's compatible with Windows, Linux, and Mac OS X.


3. phpMyAdmin

phpMyAdmin is written in PHP and a web-based MySQL administration tool. It's one of the most
widely used tools of its sort, owing to its ease of use and the fact that it's entirely free. Although it
lacks several sophisticated capabilities that other programmes offer, its fundamental functionality
is sufficient to allow you to construct working websites without requiring significant MySQL
expertise.

• Because it's web-based, it's accessible from most PCs.

• Easy to install and use

• 80 languages (both left-to-right and right-to-left) are available.

You might also like