Web developer can retrieve one or more rows of data, by using SQL select statement which has the following structure: SELECT [columns] FROM [tables] WHERE [search_condition] ORDER BY [order_expression ASC | DESC] Related tutorials: How to improve SQL Select statement How to use a Where clause in SQL Select statements. How to use alternative SQL Select statement How to use SQL Delete statement