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

RRR MYSQL

Uploaded by

Rafat Ullah
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)
1 views

RRR MYSQL

Uploaded by

Rafat Ullah
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/ 13

INTRODUCTION TO MYSQL

• MYSQL is a popular open-source


database management syestem.it is
used for storing and organizing data.
• It is known for its fast performance,
reliability and ease of use. MYSQL is
based on the Structured Query Language
(SQL).
• It can be used to create and modify
database, tables and other database
objects.
• It can use to insert, query and update
data.
• MYSQL can be used to manage users and
privileges.
• MYSQL offers optional add-ons and tools
for backup, recovery, performance
turning and security.
• MYSQL is used for both small and large
application.
• MYSQL is written in the C programming
languages.
Table Creation
Table Structure

Inserting the values


• SELECT* FROM
BOOKSDETAILS;

• DESCRIBE TABLE;
SCALAR FUNCTIONS
MATHS FUNCTION

• SQRT()

• POW()
• ROUND()

• TRUNCATE()
TEXT FUNCTIONS

• LOWER/LCASE()
• UPPER/UCASE()

• LENGTH()
• INSTR()

• SUBSTR()
• LEFT()

• RIGHT()

• MID()
DATE FUNCTIONS
• CURDATE()

• SYSDATE()

• NOW()
• YEAR()

• MONTH()

• DAYNAME()
• MONTHNAME()

• STRTING DATE()

You might also like