| 1. |
What Is A Query? |
|
Answer» A query is one or more statements that request DATA from a DATABASE. If the data is available, then the requested data returns in the form of a table which contains rows and columns. QUERIES are sent to the databases in a language CALLED SQL. However, when using the Report Panel, SQL knowledge is not REQUIRED. A query is one or more statements that request data from a database. If the data is available, then the requested data returns in the form of a table which contains rows and columns. Queries are sent to the databases in a language called SQL. However, when using the Report Panel, SQL knowledge is not required. |
|