IT Questions and Answers :)

Tuesday, November 21, 2017

Which SQL command consults and retrieves information inside of a database?

Which SQL command consults and retrieves information inside of a database?

  • QUERY
  • CONSULT
  • SELECT
  • LOOK 
Which SQL command consults and retrieves information inside of a database?

 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

Share:

0 comments:

Post a Comment

Popular Posts