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 TutorialsHow to hide column names in the Diagram Pane in SQL server How to open a new table in Table Designer How to specify a fill factor for an index in SQL server How to disable a foreign key constraint for INSERT and UPDATE statements from GUI in SQL server How to specify a default value for a column in SQL Server Table Designer