Star Office Interview Question and Answers
17. | What is SQL? |
---|---|
SQL (Structured Query Language) is a special query language for communicating with a database by describing data and sometimes instructing the DBMS to do something with the data. |
18. | What is a relational database? |
---|---|
Relational Database is a relational structure which represents a database made up of a set of related tables. |
19. | What are the tasks in DBMS? |
---|---|
The data management tasks in a DBMS fall into one of the following three general categories:
|
20. | What is a form? |
---|---|
A form is simply a screen that displays the fields of a record in a well-spaced out manner. |