Saved Bookmarks
| 1. |
Describe and contrast SQL and QBE. |
|
Answer» QBE is a direct-manipulation database language that uses a graphical approach to query construction. Some database systems translate QBE queries into SQL. QBE does not adhere to a standard but SQL does. Both SQL and QBE are relational database languages. |
|