MySQL Tutorial for Beginners 8 - Using SELECT Statement to Query Data In MySQL

Опубликовано: 15 Март 2019
на канале: ProgrammingKnowledge
18 тыс
11

In this post we will learn how to In this post we will learn How to Use SELECT Statement to Query Data In MySQL. So we will see MySQL SELECT Statement with Examples. SELECT statement is used to fetch records from a MySQL database.
The Syntax for The MySQL SELECT statement to retrieve records from one or more tables in MySQL is given below.

SELECT field1, field2,...fieldN
FROM table_name1, table_name2...
[WHERE Clause]
[OFFSET M ][LIMIT N]

You can use asterisk (*) in place of fields. In that case, SELECT will return all the fields.

But first let's see What is MySQL . MySQL is a very popular, open source database. Officially pronounced “my Ess Que Ell” (not my sequel). Handles very large databases; very fast performance.
Why are we using MySQL? Free (much cheaper than Oracle!)
Each student can install MySQL locally. Easy to use Shell for creating tables, querying tables, etc.Easy to use with Java JDBC. While installing MySQL, it will prompt you to create a root password . At this stage please select a safe and secure password . Make sure you remember the password, to use it later.MySQL tutorial for beginners and professionals with examples on CRUD, insert statement, select statement, update statement, delete statement, use database, keys, joins etc.

MySQL Database is world's most popular open source database because of its consistent fast performance, high reliability and ease of use. MySQL has Open Source License i.e. it has free GNU General Public License. SQL (Structured Query Language) is the language used to insert and retrieve content. Clients make queries on the database to Retrieve, Insert, Update or Delete content.


Top Online Courses From ProgrammingKnowledge
Python Programming Course ️ ️
Java Programming Course ️ ️
Bash Shell Scripting Course ️ ️
Linux Command Line Tutorials ️ ️
C Programming Course ️ ️
C++ Programming Course ️ ️
PHP Programming Course ️ ️
Android Development Course ️ ️
C# Programming Course ️ ️
JavaFx Programming Course ️ ️
NodeJs Programming Course ️ ️
Jenkins Course For Developers and DevOps ️ ️
Scala Programming Tutorial Course ️ ️
Bootstrap Responsive Web Design Tutorial ️ ️
MongoDB Tutorial Course ️ ️
QT C++ GUI Tutorial For Beginners ️

Online Courses to learn
Get 2 FREE Months of Unlimited Classes from skillshare -
Data Science - |
Machine Learning - |
Artificial Intelligence - |
MERN Stack E-Degree Program - |
DevOps E-degree - |
Data Analytics with R - |
AWS Certification Training - |
Projects in Java - |
Machine Learning With TensorFlow - |
Angular 8 - Complete Essential Guide -
Kotlin Android Development Masterclass -
Learn iOS Programming Building Advance Projects -


Follow
My Website -

DISCLAIMER: This video and description contains affiliate links, which means that if you click on one of the product links, I’ll receive a small commission. This help support the channel and allows us to continue to make videos like this. Thank you for the support!


Смотрите видео MySQL Tutorial for Beginners 8 - Using SELECT Statement to Query Data In MySQL онлайн без регистрации, длительностью 08 минут 21 секунд в хорошем hd качестве. Это видео добавил пользователь ProgrammingKnowledge 15 Март 2019, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 18 тысяч раз и оно понравилось 11 людям.