Getting data out of MySQL by Russell J.T. Dyer Basic elements Selectivity and order Some flags Conclusion About the author The simplest way to retrieve data from MySQL is to use the SELECT statement. Since the SELECT statement is an essential SQL statement, it has many options available with it. It's not necessary to know or use them all—you could execute very basic SELECT statements if that sat..