Case-Based Critical Thinking QuestionsCase 12-1Tina is considering purchasing database software. She already has Microsoft Excel, which is spreadsheet software. Tina wants to add data to an online database. She has never accessed this database before. One of the first steps she needs to take is ____.
A. register for an account at a Web site
B. copy her database to a Web site
C. search for an e-commerce Web site
D. download the online database
Answer: A
You might also like to view...
The integrity of the data in a table can be checked by using queries that count the instance of certain fields to determine if the same record appears twice in a table
Indicate whether the statement is true or false
Answer the following statements true (T) or false (F)
1. In code that creates an instance of a class, you access the class object’s properties in the same way you would access public variables. 2. A property is a class member that behaves like a public field. 3. Some programmers begin the names of backing fields with an underscore to eliminate confusion between the field name and the property name.: T 4. The set accessor is executed anytime that a property is read.