SlideShare a Scribd company logo
MySQL MySQL is the most popular open source database system.
MySQL ,[object Object],[object Object],[object Object],[object Object]
Database Tables A database most often contains one or more tables.  Each table is identified by a name (e.g. "Customers" or "Orders").  Tables contain records (rows) with data. Below is an example of a table called "Persons": Persons Table: Last Name FirstName Address City Handsen Ola Timoteivn 10 Sandnes Joy Tova Borgvn 23 Sandnes San Karim Storgt 20 Stavanger
Queries * A query is a question or a request. * With MySQL, we can query a database for specific information and  have  a recordset returned. Example : Select LastName from persons This query selects all the data in "LastName" column from  "Persons" table, and will return a recordset like this:  LastName Handsen Joy San
Features 1)Strong Data Protection:  * Powerful mechanisms for ensuring only authorized users have  access. * Powerful data encryption and decryption functions. 2)Management Ease: * Use Event Scheduler automatically schedule common recurring SQL-  based tasks to execute on the database server * Average time from software download to complete installation is less  than fifteen minutes
Features 3) Comprehensive Application Development:  * Support for stored procedures, triggers, functions, views, cursors,  ANSI-standard SQL, and more. * Plug-in libraries to embed MySQL database support into nearly any  application. 4) Scalability and Flexibility: Run anything from ... * Deeply embedded applications with a footprint of just 1MB, or * Massive data warehouses holding terabytes of information.
Features 5) High Performance:  * Table and Index Partitioning * Ultra-fast load utilities * Distinctive memory caches * Full-text indexes, and more 6) Lowest Total Cost of Ownership:  * Save on database licensing costs and hardware expenditures, all  while cutting systems downtime.

More Related Content

What's hot

Connecting to my sql using PHP
Connecting to my sql using PHPConnecting to my sql using PHP
Connecting to my sql using PHP
Nisa Soomro
 
Database storage engine
Database storage engineDatabase storage engine
Database storage engine
Islam AlZatary
 
No sql - { If and Else }
No sql - { If and Else }No sql - { If and Else }
No sql - { If and Else }
Marjan Nikolovski
 
Entity Framework Core
Entity Framework CoreEntity Framework Core
Entity Framework Core
Kiran Shahi
 
Interface connection
Interface connectionInterface connection
Interface connection
myrajendra
 
Taking Elasticsearch From 0 to 88mph
Taking Elasticsearch From 0 to 88mph Taking Elasticsearch From 0 to 88mph
Taking Elasticsearch From 0 to 88mph
Molly Struve
 
10 mongo db
10 mongo db10 mongo db
10 mongo db
Ahmed Elbassel
 
Redshift spike
Redshift spikeRedshift spike
Redshift spike
Chinmay Kulkarni
 
Neo4j_allHands_04112013
Neo4j_allHands_04112013Neo4j_allHands_04112013
Neo4j_allHands_04112013
Arka Pattanayak
 
Centralizing users’ authentication at Active Directory level 
Centralizing users’ authentication at Active Directory level Centralizing users’ authentication at Active Directory level 
Centralizing users’ authentication at Active Directory level 
Hossein Sarshar
 
Introduction to MongoDB and CRUD operations
Introduction to MongoDB and CRUD operationsIntroduction to MongoDB and CRUD operations
Introduction to MongoDB and CRUD operations
Anand Kumar
 
Data cloud lab version v.001.2020
Data cloud lab version v.001.2020Data cloud lab version v.001.2020
Data cloud lab version v.001.2020
mdcdwh
 
Advance Webpage Devlopment .NET
Advance Webpage Devlopment .NETAdvance Webpage Devlopment .NET
Advance Webpage Devlopment .NET
PandeyABHISHEK1
 
Elasticsearch - Zero to Hero
Elasticsearch - Zero to HeroElasticsearch - Zero to Hero
Elasticsearch - Zero to Hero
Daniel Ziv
 
Elastic meetup june16
Elastic meetup june16Elastic meetup june16
Elastic meetup june16
Miguel Bosin
 
Cap theorem
Cap theoremCap theorem
Cap theorem
Dharmu Immannavar
 
Multi-model databases and node.js
Multi-model databases and node.jsMulti-model databases and node.js
Multi-model databases and node.js
Max Neunhöffer
 
Elasticsearch Arcihtecture & What's New in Version 5
Elasticsearch Arcihtecture & What's New in Version 5Elasticsearch Arcihtecture & What's New in Version 5
Elasticsearch Arcihtecture & What's New in Version 5
Burak TUNGUT
 
Introduction to Redis Data Structures: Sorted Sets
Introduction to Redis Data Structures: Sorted SetsIntroduction to Redis Data Structures: Sorted Sets
Introduction to Redis Data Structures: Sorted Sets
ScaleGrid.io
 
Difficult to processed by
Difficult to processed byDifficult to processed by
Difficult to processed by
shivakumar Nangunuri
 

What's hot (20)

Connecting to my sql using PHP
Connecting to my sql using PHPConnecting to my sql using PHP
Connecting to my sql using PHP
 
Database storage engine
Database storage engineDatabase storage engine
Database storage engine
 
No sql - { If and Else }
No sql - { If and Else }No sql - { If and Else }
No sql - { If and Else }
 
Entity Framework Core
Entity Framework CoreEntity Framework Core
Entity Framework Core
 
Interface connection
Interface connectionInterface connection
Interface connection
 
Taking Elasticsearch From 0 to 88mph
Taking Elasticsearch From 0 to 88mph Taking Elasticsearch From 0 to 88mph
Taking Elasticsearch From 0 to 88mph
 
10 mongo db
10 mongo db10 mongo db
10 mongo db
 
Redshift spike
Redshift spikeRedshift spike
Redshift spike
 
Neo4j_allHands_04112013
Neo4j_allHands_04112013Neo4j_allHands_04112013
Neo4j_allHands_04112013
 
Centralizing users’ authentication at Active Directory level 
Centralizing users’ authentication at Active Directory level Centralizing users’ authentication at Active Directory level 
Centralizing users’ authentication at Active Directory level 
 
Introduction to MongoDB and CRUD operations
Introduction to MongoDB and CRUD operationsIntroduction to MongoDB and CRUD operations
Introduction to MongoDB and CRUD operations
 
Data cloud lab version v.001.2020
Data cloud lab version v.001.2020Data cloud lab version v.001.2020
Data cloud lab version v.001.2020
 
Advance Webpage Devlopment .NET
Advance Webpage Devlopment .NETAdvance Webpage Devlopment .NET
Advance Webpage Devlopment .NET
 
Elasticsearch - Zero to Hero
Elasticsearch - Zero to HeroElasticsearch - Zero to Hero
Elasticsearch - Zero to Hero
 
Elastic meetup june16
Elastic meetup june16Elastic meetup june16
Elastic meetup june16
 
Cap theorem
Cap theoremCap theorem
Cap theorem
 
Multi-model databases and node.js
Multi-model databases and node.jsMulti-model databases and node.js
Multi-model databases and node.js
 
Elasticsearch Arcihtecture & What's New in Version 5
Elasticsearch Arcihtecture & What's New in Version 5Elasticsearch Arcihtecture & What's New in Version 5
Elasticsearch Arcihtecture & What's New in Version 5
 
Introduction to Redis Data Structures: Sorted Sets
Introduction to Redis Data Structures: Sorted SetsIntroduction to Redis Data Structures: Sorted Sets
Introduction to Redis Data Structures: Sorted Sets
 
Difficult to processed by
Difficult to processed byDifficult to processed by
Difficult to processed by
 

Viewers also liked

User security
User securityUser security
Ajax
Ajax Ajax
Javascript
JavascriptJavascript
Ajax
AjaxAjax
Predicting churn in telco industry: machine learning approach - Marko Mitić
 Predicting churn in telco industry: machine learning approach - Marko Mitić Predicting churn in telco industry: machine learning approach - Marko Mitić
Predicting churn in telco industry: machine learning approach - Marko Mitić
Institute of Contemporary Sciences
 

Viewers also liked (6)

User security
User securityUser security
User security
 
Ajax
Ajax Ajax
Ajax
 
Javascript
JavascriptJavascript
Javascript
 
Css
CssCss
Css
 
Ajax
AjaxAjax
Ajax
 
Predicting churn in telco industry: machine learning approach - Marko Mitić
 Predicting churn in telco industry: machine learning approach - Marko Mitić Predicting churn in telco industry: machine learning approach - Marko Mitić
Predicting churn in telco industry: machine learning approach - Marko Mitić
 

Similar to Mysql

Making Data Timelier and More Reliable with Lakehouse Technology
Making Data Timelier and More Reliable with Lakehouse TechnologyMaking Data Timelier and More Reliable with Lakehouse Technology
Making Data Timelier and More Reliable with Lakehouse Technology
Matei Zaharia
 
Patents and trademarks.pptx
Patents and trademarks.pptxPatents and trademarks.pptx
Patents and trademarks.pptx
MuhammadShoaibHussai2
 
Mysql
MysqlMysql
Scalable relational database with SQL Azure
Scalable relational database with SQL AzureScalable relational database with SQL Azure
Scalable relational database with SQL Azure
Shy Engelberg
 
My sql technical reference manual
My sql technical reference manualMy sql technical reference manual
My sql technical reference manual
Mir Majid
 
SQL PPT.pptx
SQL PPT.pptxSQL PPT.pptx
SQL PPT.pptx
Kulbir4
 
MySQL.pptx
MySQL.pptxMySQL.pptx
MySQL.pptx
SHAQORPRO
 
MySQL ppt
MySQL ppt MySQL ppt
MySQL ppt
AtharvaSawant10
 
What's new in SQL Server 2016
What's new in SQL Server 2016What's new in SQL Server 2016
What's new in SQL Server 2016
James Serra
 
Microsoft Azure Big Data Analytics
Microsoft Azure Big Data AnalyticsMicrosoft Azure Big Data Analytics
Microsoft Azure Big Data Analytics
Mark Kromer
 
Database Architecture - Case Study - SMS Gyan.pdf
Database Architecture - Case Study - SMS Gyan.pdfDatabase Architecture - Case Study - SMS Gyan.pdf
Database Architecture - Case Study - SMS Gyan.pdf
Shyam Anand
 
xjtrutdctrd5454drxxresersestryugyufy6rythgfytfyt
xjtrutdctrd5454drxxresersestryugyufy6rythgfytfytxjtrutdctrd5454drxxresersestryugyufy6rythgfytfyt
xjtrutdctrd5454drxxresersestryugyufy6rythgfytfyt
WrushabhShirsat3
 
unit-ii.pptx
unit-ii.pptxunit-ii.pptx
unit-ii.pptx
NilamHonmane
 
Sql material
Sql materialSql material
Database
DatabaseDatabase
Centralized log-management-with-elastic-stack
Centralized log-management-with-elastic-stackCentralized log-management-with-elastic-stack
Centralized log-management-with-elastic-stack
Rich Lee
 
MYSQL-Database
MYSQL-DatabaseMYSQL-Database
Database Management Systems
Database Management SystemsDatabase Management Systems
NonStop SQL/MX DBS Explained
NonStop SQL/MX DBS ExplainedNonStop SQL/MX DBS Explained
NonStop SQL/MX DBS Explained
Frans Jongma
 
qwe.ppt
qwe.pptqwe.ppt
qwe.ppt
Heru762601
 

Similar to Mysql (20)

Making Data Timelier and More Reliable with Lakehouse Technology
Making Data Timelier and More Reliable with Lakehouse TechnologyMaking Data Timelier and More Reliable with Lakehouse Technology
Making Data Timelier and More Reliable with Lakehouse Technology
 
Patents and trademarks.pptx
Patents and trademarks.pptxPatents and trademarks.pptx
Patents and trademarks.pptx
 
Mysql
MysqlMysql
Mysql
 
Scalable relational database with SQL Azure
Scalable relational database with SQL AzureScalable relational database with SQL Azure
Scalable relational database with SQL Azure
 
My sql technical reference manual
My sql technical reference manualMy sql technical reference manual
My sql technical reference manual
 
SQL PPT.pptx
SQL PPT.pptxSQL PPT.pptx
SQL PPT.pptx
 
MySQL.pptx
MySQL.pptxMySQL.pptx
MySQL.pptx
 
MySQL ppt
MySQL ppt MySQL ppt
MySQL ppt
 
What's new in SQL Server 2016
What's new in SQL Server 2016What's new in SQL Server 2016
What's new in SQL Server 2016
 
Microsoft Azure Big Data Analytics
Microsoft Azure Big Data AnalyticsMicrosoft Azure Big Data Analytics
Microsoft Azure Big Data Analytics
 
Database Architecture - Case Study - SMS Gyan.pdf
Database Architecture - Case Study - SMS Gyan.pdfDatabase Architecture - Case Study - SMS Gyan.pdf
Database Architecture - Case Study - SMS Gyan.pdf
 
xjtrutdctrd5454drxxresersestryugyufy6rythgfytfyt
xjtrutdctrd5454drxxresersestryugyufy6rythgfytfytxjtrutdctrd5454drxxresersestryugyufy6rythgfytfyt
xjtrutdctrd5454drxxresersestryugyufy6rythgfytfyt
 
unit-ii.pptx
unit-ii.pptxunit-ii.pptx
unit-ii.pptx
 
Sql material
Sql materialSql material
Sql material
 
Database
DatabaseDatabase
Database
 
Centralized log-management-with-elastic-stack
Centralized log-management-with-elastic-stackCentralized log-management-with-elastic-stack
Centralized log-management-with-elastic-stack
 
MYSQL-Database
MYSQL-DatabaseMYSQL-Database
MYSQL-Database
 
Database Management Systems
Database Management SystemsDatabase Management Systems
Database Management Systems
 
NonStop SQL/MX DBS Explained
NonStop SQL/MX DBS ExplainedNonStop SQL/MX DBS Explained
NonStop SQL/MX DBS Explained
 
qwe.ppt
qwe.pptqwe.ppt
qwe.ppt
 

Mysql

  • 1. MySQL MySQL is the most popular open source database system.
  • 2.
  • 3. Database Tables A database most often contains one or more tables. Each table is identified by a name (e.g. "Customers" or "Orders"). Tables contain records (rows) with data. Below is an example of a table called "Persons": Persons Table: Last Name FirstName Address City Handsen Ola Timoteivn 10 Sandnes Joy Tova Borgvn 23 Sandnes San Karim Storgt 20 Stavanger
  • 4. Queries * A query is a question or a request. * With MySQL, we can query a database for specific information and have a recordset returned. Example : Select LastName from persons This query selects all the data in "LastName" column from "Persons" table, and will return a recordset like this: LastName Handsen Joy San
  • 5. Features 1)Strong Data Protection: * Powerful mechanisms for ensuring only authorized users have access. * Powerful data encryption and decryption functions. 2)Management Ease: * Use Event Scheduler automatically schedule common recurring SQL- based tasks to execute on the database server * Average time from software download to complete installation is less than fifteen minutes
  • 6. Features 3) Comprehensive Application Development: * Support for stored procedures, triggers, functions, views, cursors, ANSI-standard SQL, and more. * Plug-in libraries to embed MySQL database support into nearly any application. 4) Scalability and Flexibility: Run anything from ... * Deeply embedded applications with a footprint of just 1MB, or * Massive data warehouses holding terabytes of information.
  • 7. Features 5) High Performance: * Table and Index Partitioning * Ultra-fast load utilities * Distinctive memory caches * Full-text indexes, and more 6) Lowest Total Cost of Ownership: * Save on database licensing costs and hardware expenditures, all while cutting systems downtime.