Which SQL command consults and retrieves information inside of a database?
- QUERY
- CONSULT
- SELECT
- LOOK
EXPLANATION
In order to consult and retrieve some information (or selecting certain information) from a database, doesn't matter which brand, all of them rely on the ANSI SQL standard, whose code is SELECT (INFORMATION) FROM (TABLE) as a usual command.The actual SELECT may include other parameters but in its base form, that's essentially it.
http://www.w3schools.com/sql/sql_select.asp
0 comments:
Post a Comment