中文网站
  Advanced Search
Read the latest Blogs from IT professionals in the field. Read and write community created documents. Need IT help? Ask our staff. Connect with your peers. Check our Tech Shop for posters, books and software tools. Home

5.1.1 Database Systems: Basic Structure

1. QBE has "two-dimensional" syntax.

2. Queries are expressed by example.

3. Close correspondence with domain relational calculus

4. Non-procedural.

5. Queries are expressed using skeleton tables.

6. User selects the skeletons needed.

7. User fills in skeletons with example rows.

8. An example row consists of constants and example elements which are really domain variables.

9. Domain variables are preceded by an underscore character.

10. Constants appear without any qualification.

We'll look at examples from the text.

Database System Structure: