0% found this document useful (0 votes)
20 views

SQL Topics

This document provides an introduction to databases, SQL, MySQL, and RDBMS. It defines a database as an organized collection of data, and notes that SQL is the standard language used to communicate with databases to perform tasks. MySQL is described as a relational database management system that provides a user interface to access and interact with databases. An RDBMS is explained as software used to access and interact with a relational database, which organizes data into tables that can be linked together through columns and rows.

Uploaded by

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

SQL Topics

This document provides an introduction to databases, SQL, MySQL, and RDBMS. It defines a database as an organized collection of data, and notes that SQL is the standard language used to communicate with databases to perform tasks. MySQL is described as a relational database management system that provides a user interface to access and interact with databases. An RDBMS is explained as software used to access and interact with a relational database, which organizes data into tables that can be linked together through columns and rows.

Uploaded by

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

INTRODUCTION

TOPIC IS DATA BASE,SQL,MY SQL:


WHAT IS DATA BASE?
DATA BASE:an organised collection of information(data).
ex: a book like really pages
< data base is allows us to access and DMS intract with data base(DMS TO DB),
(DMS:DATA BASE MANAGEMENT SYSTEM)
WHAT IS SQL?
Structured query language
it is a standard language used to communaction with data base
SQL is used to performed taskson data base
EX:SELECT*FORM customers;
WHAT IS MY SQL?
MYSQL is a data management system
mysql is relational data base management system.it provides a ui for us to access
and interact with the database

RDBMS
. MYSQL
. POSTGRESQL
. SQL Server
oracle

RDBMS:
in this viedo learn the rdbms.
WHAT IS AN RDBMS?
.. A relational database is a collection of data organised into tables.
.. TABLES contain columns of data categories,and rows with particular instance of
that data category.
.. Tables in a relational database can be linked together.
RDBMS is what we use to access and interact with the relational database.
<< sql downlaod web site is dev.mysql.com
>> after click the mysql downloads

MYSQL Workbench:

You might also like