phpcook's Avatar
phpcook 4
21 Asked
34 Answered
1 Best
0
No one has voted on this question yet :(
3 years ago

How to become a expert person in MYSQL database select statment?

hi experts , i want to learn more detail & advance about select statement in mysql.Please help to learn
Tip for best answer: M$1.00
Separate topics with commas, or by pressing return. Use the delete or backspace key to edit or remove existing topics.

You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.

M$

What is Your Answer?

0
0
0

2 Answers

1
kevinbernard31's Avatar
kevinbernard31 | 3 years ago
4
You can use SQL select command in may ways you can use it with "where" clause,

SQL WHERE Syntax
SELECT column_name(s)
FROM table_name
WHERE column_name operator value

with "AND, OR" operators

SELECT * FROM Persons
WHERE FirstName='Tove'
AND LastName='Svendson'

With "order by"

SELECT column_name(s)
FROM table_name
ORDER BY column_name(s) ASC|DESC

You can learn more about select from this tutorial:

http://www.w3schools.com/sql/sql_select.asp

You can also find advanced select statements from:

http://www.smart-soft.co.uk/Oracle/advanced-sql-tutorial.htm

http://sqlcourse2.com/select2.html

You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.

M$

Report Abuse

Post Reply Cancel
0
robbrown's Avatar
robbrown | 3 years ago
4
To be an expert in the mySQL select statement you need to know all of select statements and importantly, how those statements interact with the data.

It could be argued that if one is an expert with the select statement that they are an expert in mySQL itself.

To start you down your path, I would purchase this book:
http://oreilly.com/catalog/9780596514334/

I would go to this conference:
http://www.mysqlconf.com/mysql2009

Above all else, I would work with sample data from a variety of sources. This book has a variety of problems and activities to help you gain hands on experience with data and various select statements:
http://oreilly.com/catalog/9780596006303/

You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.

M$

Report Abuse

Post Reply Cancel

Learn something new with our FREE educational apps!

Private lessons in the comfort of your own home. Get back in shape or finally pick up a guitar with our great experts guiding you the whole way!
Learn Guitar
Learn Hip Hop
Learn Pilates