Explain how spreadsheet software can be used to create databases.

What will be an ideal response?


You can use most spreadsheet software to create and maintain files of information. However, you cannot use it to join files or tables together and create a relational database.

Spreadsheet software typically has special data-handling features that allow you to manipulate the rows and columns of a worksheet as if they were records and fields in a database. You can sort your data, search for data that meets specific criteria, and create reports. As a rule of thumb, spreadsheet software can handle any data that you could put on a set of cards in a card file.

When working with Microsoft Excel, use the Sort button located on the DATA tab to arrange the data in a worksheet according to the contents of any field. A household inventory could be arranged by room, for example, or by category. You could also arrange the data by purchase date.

A process called filtering(also called extracting) is useful for creating reports that show only selected data. For example, suppose that a faulty power line damaged all of your appliances and electronic equipment. If you want your household inventory worksheet to display only records for damaged devices, you can use "electronics" and "appliances" as the filter criteria. You could then print the filtered version of the worksheet to produce a hard-copy list for your insurance company.

Computer Science & Information Technology

You might also like to view...

You can wrap a File object in a PrintWriter object.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Case-Based Critical Thinking Questions ? Case 4-2 Mya has just surveyed 100 students to get their reaction to a new textbook she is reviewing. She has one data series that she wants to represent graphically, and she needs to display her data in a way that lets her visually compate the data values and see how much contributes to the whole. ? ? Since it's important for Mya to keep percentages of her whole reviewer base in mind, she wants to represent data as parts of a whole. What chart type would you suggest to Mya? _____

A. bar B. column C. scatter D. pie

Computer Science & Information Technology

Identify the function of the"Object.keys(obj)"Objectconstructor method.

A. Defines or modifies the properties for theobject,obj B. Return true ifobjis frozen C. References the prototype of the object,obj D. Returns an array of the enumerable propertiesfound inobj

Computer Science & Information Technology

The ____ firewall is essentially a router that has been programmed to filter out certain IP addresses or TCP port numbers.?

A. ?proxy server B. ?switch C. ?packet filter D. ?hub

Computer Science & Information Technology