Describe the structure of a database. When is a database considered a relational database?
What will be an ideal response?
Databases are large files that store important information in the form of tables. A table organizes information into a list. Within the list, the set of information about a particular item is called a record. For example, in a list of customer mailing addresses, a single record would contain a customer's first name, last name, street address, city, state, and zip code. The various categories of information within a record are called fields. For example, in our customer mailing address example, one field contains the city information, one contains the state information, and so on.Most databases consist of dozens or hundreds of tables that store information used by applications. For example, accounting software typically stores financial data within a database. In large databases, information within certain tables can be related to information within other tables in the same database. These databases are called relational databases, and the tables within are usually linked by a common field.
You might also like to view...
Which statement is false?
a. Queue is a new collection interface introduced in J2SE 5.0. b. Queue and PriorityQueue are included in the java.util package. c. PriorityQueue orders elements in increasing order, so that smallest value will be the first element removed from PriorityQueue. d. Queue extends interface Collection.
In the accompanying figure, item 3 points to ____.
A. the pointer B. an anchor point C. a line segment D. the marquee
Business owners expect that, at some future point, the business will become ________
A) adverse B) useful C) negative D) profitable
A(n) ______ key is a special key programmed to issue commands to a computer.
A. function B. toggle C. command D. control