DATABASE FUNDAMENTALS
DATABASE QUERY
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
query
|
|
table
|
|
report
|
|
form
|
Detailed explanation-1: -Structured query language (SQL) is the most common query language because many relational databases, which structure data in the form of tables, use it. You can use SQL to view or manage data in these types of databases.
Detailed explanation-2: -On the Home tab, in the Find group, click Find. The Find and Replace dialog box appears, with the Find tab selected. In the Find What box, type the value for which you want to search. To change the field that you want to search or to search the entire underlying table, click the appropriate option in the Look In list.
Detailed explanation-3: -The SQL SELECT statement is used to retrieve records from one or more tables in your SQL database. The records retrieved are known as a result set.