Deck 12: Databases

Full screen (f)
exit full mode
Question
You are analyzing a company's customer and order information. Because each customer can place multiple orders, you know this is a(n) You are analyzing a company's customer and order information. Because each customer can place multiple orders, you know this is a(n)   -to-many relationship.<div style=padding-top: 35px> -to-many relationship.
Use Space or
up arrow
down arrow
to flip the card.
Question
You are creating a movie review database, and one field stores the "star rating" that a popular reviewer gave each movie. Movies are rated from one to four stars, so the Stars field is valid only if the number is between 1 and 4. To ensure that nobody enters a value below 1 or above 4, you can use a field You are creating a movie review database, and one field stores the star rating that a popular reviewer gave each movie. Movies are rated from one to four stars, so the Stars field is valid only if the number is between 1 and 4. To ensure that nobody enters a value below 1 or above 4, you can use a field   rule to filter the data as it's entered into the table.<div style=padding-top: 35px> rule to filter the data as it's entered into the table.
Question
You are designing the database structure for a mail-order catalog company. You recognize that a many-to-many relationship exists between an order and the items listed on the order. That clue indicates that you should separate the data into two You are designing the database structure for a mail-order catalog company. You recognize that a many-to-many relationship exists between an order and the items listed on the order. That clue indicates that you should separate the data into two   , one called Orders and the other called Order Details.<div style=padding-top: 35px> , one called Orders and the other called Order Details.
Question
Create a descriptive example that would help explain the concepts of data mining, data warehouses, predictive analytics, and OLAP to an average adult who has no technical expertise.
Question
For each of the following pairs of record types, draw an ERD showing whether the relationship is one-to-one, one-to-many, or many-to-many:
Author-Book Person-Social Security number
House-Mailbox Musician-CD
Question
Use diagrams to explain different ways of providing Web access to the data in a database.
Question
The simplest model for storing data is a(n) The simplest model for storing data is a(n)   file that consists of a single two-dimensional table.<div style=padding-top: 35px> file that consists of a single two-dimensional table.
Question
A(n) A(n)   database stores records in a collection of tables that can be joined by common data fields.<div style=padding-top: 35px> database stores records in a collection of tables that can be joined by common data fields.
Question
Your friend is working on some Web pages, and you notice that they contain tags such as Ella Ellison and 1960/05/26. You surmise that your friend is using Your friend is working on some Web pages, and you notice that they contain tags such as Ella Ellison and 1960/05/26. You surmise that your friend is using   instead of HTML.<div style=padding-top: 35px> instead of HTML.
Question
Modern database software supports data Modern database software supports data   , which means keeping data separated from the program modules that manipulate the data.<div style=padding-top: 35px> , which means keeping data separated from the program modules that manipulate the data.
Question
ASP, PHP, Ruby, and Java are used to write ASP, PHP, Ruby, and Java are used to write   -side scripts.<div style=padding-top: 35px> -side scripts.
Question
Provide five examples of data you would store in real, integer, text, logical, date, memo, BLOB, and computed fields.
Question
A computed field is calculated during processing and stored temporarily in memory. True or false? A computed field is calculated during processing and stored temporarily in memory. True or false?  <div style=padding-top: 35px>
Question
Database designers use a process called Database designers use a process called   to minimize data redundancy in a database.<div style=padding-top: 35px> to minimize data redundancy in a database.
Question
List the techniques that a database designer can use to reduce data entry errors.
Question
In SQL, the DATA command adds fields to a database. True or false? In SQL, the DATA command adds fields to a database. True or false?  <div style=padding-top: 35px>
Question
The SQL The SQL   command can change the data in a specified field in one or more records.<div style=padding-top: 35px> command can change the data in a specified field in one or more records.
Question
Using a real-world entity, like a comic book collection or a recipe file that can be stored in a database, divide the information into fields and record types. Explain the steps you need to take to normalize the data.
Question
  cannot prevent a database from being lost or stolen, but it can make the data it contains unusable.<div style=padding-top: 35px> cannot prevent a database from being lost or stolen, but it can make the data it contains unusable.
Question
A database A database   is a procedure that monitors and records user activity within a database.<div style=padding-top: 35px> is a procedure that monitors and records user activity within a database.
Question
Using your own examples, explain the differences between sorting and indexing.
Question
Are you concerned about your personal data being included in government data mining operations?
Question
You want to print a professionally designed list of all the records in your database. To organize and format the list, you use a report generator to create a reusable report You want to print a professionally designed list of all the records in your database. To organize and format the list, you use a report generator to create a reusable report   .<div style=padding-top: 35px> .
Question
Describe how a database report template works. List five principles for creating effective report templates.
Question
You're working for a company that's just getting started with a database project. Your supervisor wants "the most standard kind of database," so you recommend using You're working for a company that's just getting started with a database project. Your supervisor wants the most standard kind of database, so you recommend using   database management software.<div style=padding-top: 35px> database management software.
Question
You are designing a record type that holds customer information. You should use a(n) You are designing a record type that holds customer information. You should use a(n)   data type for the fields that hold information such as telephone numbers and Social Security numbers because although this data looks like numbers, you'll never need to use it to perform mathematical calculations.<div style=padding-top: 35px> data type for the fields that hold information such as telephone numbers and Social Security numbers because although this data looks like numbers, you'll never need to use it to perform mathematical calculations.
Question
Describe flat files and six other database models. Give examples that illustrate each model.
Question
Imagine that you must access a library card catalog using SQL. Write an SQL query that you would use to search for any books by J. K. Rowling in a table called Books, where authors' names are stored in a field called AuthorName and book titles are stored in a field called Title.
Question
List eight ways the information in a database can be used and applied.
Question
Define basic database terminology, such as fields, records, record types, record occurrences, and cardinality.
Question
The terms class , attribute , and method apply to The terms class , attribute , and method apply to   databases.<div style=padding-top: 35px> databases.
Question
Explain the extent to which encryption, user privileges, and audits can secure a database.
Question
Online Online   processing allows decision makers to look for relationships between multiple data dimensions.<div style=padding-top: 35px> processing allows decision makers to look for relationships between multiple data dimensions.
Question
A(n) A(n)   can be used to diagram the associations between data that is stored in several record types. (Hint: Use the acronym.)<div style=padding-top: 35px> can be used to diagram the associations between data that is stored in several record types. (Hint: Use the acronym.)
Question
  is a markup language that allows field tags, data, and tables to be incorporated into a Web document. (Hint: Use the acronym.)<div style=padding-top: 35px> is a markup language that allows field tags, data, and tables to be incorporated into a Web document. (Hint: Use the acronym.)
Question
Describe the status of privacy legislation in your country, providing examples of relevant laws and regulations.
Question
Most of today's word processing and spreadsheet software offers tools for managing simple flat files containing fields and records. True or false? Most of today's word processing and spreadsheet software offers tools for managing simple flat files containing fields and records. True or false?  <div style=padding-top: 35px>
Question
To access the data in a database from a remote computer or network workstation, you can use database To access the data in a database from a remote computer or network workstation, you can use database   software.<div style=padding-top: 35px> software.
Question
In addition to storing records in sorted order, a database can be In addition to storing records in sorted order, a database can be   to produce a list of keys that can be used to alphabetize or otherwise organize the records.<div style=padding-top: 35px> to produce a list of keys that can be used to alphabetize or otherwise organize the records.
Question
List the steps you can take to protect your privacy and identity when working with databases.
Question
A primary A primary   contains data unique to a record, such as a Social Security number or ISBN.<div style=padding-top: 35px> contains data unique to a record, such as a Social Security number or ISBN.
Question
To filter data entered into a field, the database designer can set up a field To filter data entered into a field, the database designer can set up a field   rule.<div style=padding-top: 35px> rule.
Question
In SQL, the JOIN command allows you to add fields to a database. True or false? In SQL, the JOIN command allows you to add fields to a database. True or false?  <div style=padding-top: 35px>
Question
In search specifications, AND, OR, and NOT are examples of search operators, also called In search specifications, AND, OR, and NOT are examples of search operators, also called   operators.<div style=padding-top: 35px> operators.
Question
To search for data in a specific field, you can use the SQL command To search for data in a specific field, you can use the SQL command   .<div style=padding-top: 35px> .
Question
Individuals can minimize their vulnerability to database security breaches by looking for a way to Individuals can minimize their vulnerability to database security breaches by looking for a way to   -out so that data is not sent to third parties.<div style=padding-top: 35px> -out so that data is not sent to third parties.
Question
The qualities that make computer databases efficient also make them vulnerable to security breaches. True or false? The qualities that make computer databases efficient also make them vulnerable to security breaches. True or false?  <div style=padding-top: 35px>
Question
Passwords, firewalls, and locked data centers are all types of Passwords, firewalls, and locked data centers are all types of   controls that can prevent unauthorized use of a database.<div style=padding-top: 35px> controls that can prevent unauthorized use of a database.
Question
You own a fly-fishing shop and maintain an inventory database that, along with inventory data, stores the names of the wholesalers from which you buy each item. Hot Rod Wholesalers just changed its name to Northern Rod and Reel, so you need to update your database. The best way to accomplish this task would be to perform a(n) You own a fly-fishing shop and maintain an inventory database that, along with inventory data, stores the names of the wholesalers from which you buy each item. Hot Rod Wholesalers just changed its name to Northern Rod and Reel, so you need to update your database. The best way to accomplish this task would be to perform a(n)   update that changes every instance of Hot Rod Wholesalers to Northern Rod and Reel.  <div style=padding-top: 35px> update that changes every instance of "Hot Rod Wholesalers" to "Northern Rod and Reel."
You own a fly-fishing shop and maintain an inventory database that, along with inventory data, stores the names of the wholesalers from which you buy each item. Hot Rod Wholesalers just changed its name to Northern Rod and Reel, so you need to update your database. The best way to accomplish this task would be to perform a(n)   update that changes every instance of Hot Rod Wholesalers to Northern Rod and Reel.  <div style=padding-top: 35px>
Question
Should your government continue to develop and deploy data mining techniques designed to identify terrorists?
Question
Do you think that governments should apologize and compensate individuals who are inappropriately harmed by data mining operations?
Question
Explain the capabilities of various data management tools, such as commercial applications, word processing software, spreadsheet software, custom data management software, and database management software.
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/52
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 12: Databases
1
You are analyzing a company's customer and order information. Because each customer can place multiple orders, you know this is a(n) You are analyzing a company's customer and order information. Because each customer can place multiple orders, you know this is a(n)   -to-many relationship. -to-many relationship.
One to many relationship
When one record is related to many records then this relationship is called as one to many relationships. One parent record can have any number of children nodes but a child record will have only one parent record in this relationship.
A customer can order any number of music tracks hence this relationship is one-many relationship. This relationship can be shown diagrammatically as: One to many relationship When one record is related to many records then this relationship is called as one to many relationships. One parent record can have any number of children nodes but a child record will have only one parent record in this relationship. A customer can order any number of music tracks hence this relationship is one-many relationship. This relationship can be shown diagrammatically as:     Therefore, the appropriate word to fill in the blank is one. One to many relationship When one record is related to many records then this relationship is called as one to many relationships. One parent record can have any number of children nodes but a child record will have only one parent record in this relationship. A customer can order any number of music tracks hence this relationship is one-many relationship. This relationship can be shown diagrammatically as:     Therefore, the appropriate word to fill in the blank is one. Therefore, the appropriate word to fill in the blank is one.
2
You are creating a movie review database, and one field stores the "star rating" that a popular reviewer gave each movie. Movies are rated from one to four stars, so the Stars field is valid only if the number is between 1 and 4. To ensure that nobody enters a value below 1 or above 4, you can use a field You are creating a movie review database, and one field stores the star rating that a popular reviewer gave each movie. Movies are rated from one to four stars, so the Stars field is valid only if the number is between 1 and 4. To ensure that nobody enters a value below 1 or above 4, you can use a field   rule to filter the data as it's entered into the table. rule to filter the data as it's entered into the table.
Field validation rule
Field validation is used by the database designers for setting up a filter data which is entered into a particular field.
For example, the price of a music CD is from $5 to $600. No music CD has a value more than $600.
When a user wants to enter a value $23.67 than by the omission of decimal point it will be treated as $2367, then a message is shown to the database designer for entering a correct value.
When user is given a limit to enter 1 to 4 stars for the movie review, then entering a number more than 4 will cause an error of entering the correct number as field validation rule set up filters for specified data fields.
Therefore the appropriate word to fill in the blank is validation.
3
You are designing the database structure for a mail-order catalog company. You recognize that a many-to-many relationship exists between an order and the items listed on the order. That clue indicates that you should separate the data into two You are designing the database structure for a mail-order catalog company. You recognize that a many-to-many relationship exists between an order and the items listed on the order. That clue indicates that you should separate the data into two   , one called Orders and the other called Order Details. , one called Orders and the other called Order Details.
Record types
For any record, the templates are referred as record type. Record type represents the name of field instead of data. Examples of record type include name, title, album etc.
There exist many-to-many relationships, between list and orders. The clue states that user should have two separate data (Orders and Order Detail). Orders and Order Detail are the record types. It is because the data entered in the respective fields.
Therefore, the appropriate word to fill in the blank is record types.
4
Create a descriptive example that would help explain the concepts of data mining, data warehouses, predictive analytics, and OLAP to an average adult who has no technical expertise.
Unlock Deck
Unlock for access to all 52 flashcards in this deck.
Unlock Deck
k this deck
5
For each of the following pairs of record types, draw an ERD showing whether the relationship is one-to-one, one-to-many, or many-to-many:
Author-Book Person-Social Security number
House-Mailbox Musician-CD
Unlock Deck
Unlock for access to all 52 flashcards in this deck.
Unlock Deck
k this deck
6
Use diagrams to explain different ways of providing Web access to the data in a database.
Unlock Deck
Unlock for access to all 52 flashcards in this deck.
Unlock Deck
k this deck
7
The simplest model for storing data is a(n) The simplest model for storing data is a(n)   file that consists of a single two-dimensional table. file that consists of a single two-dimensional table.
Unlock Deck
Unlock for access to all 52 flashcards in this deck.
Unlock Deck
k this deck
8
A(n) A(n)   database stores records in a collection of tables that can be joined by common data fields. database stores records in a collection of tables that can be joined by common data fields.
Unlock Deck
Unlock for access to all 52 flashcards in this deck.
Unlock Deck
k this deck
9
Your friend is working on some Web pages, and you notice that they contain tags such as Ella Ellison and 1960/05/26. You surmise that your friend is using Your friend is working on some Web pages, and you notice that they contain tags such as Ella Ellison and 1960/05/26. You surmise that your friend is using   instead of HTML. instead of HTML.
Unlock Deck
Unlock for access to all 52 flashcards in this deck.
Unlock Deck
k this deck
10
Modern database software supports data Modern database software supports data   , which means keeping data separated from the program modules that manipulate the data. , which means keeping data separated from the program modules that manipulate the data.
Unlock Deck
Unlock for access to all 52 flashcards in this deck.
Unlock Deck
k this deck
11
ASP, PHP, Ruby, and Java are used to write ASP, PHP, Ruby, and Java are used to write   -side scripts. -side scripts.
Unlock Deck
Unlock for access to all 52 flashcards in this deck.
Unlock Deck
k this deck
12
Provide five examples of data you would store in real, integer, text, logical, date, memo, BLOB, and computed fields.
Unlock Deck
Unlock for access to all 52 flashcards in this deck.
Unlock Deck
k this deck
13
A computed field is calculated during processing and stored temporarily in memory. True or false? A computed field is calculated during processing and stored temporarily in memory. True or false?
Unlock Deck
Unlock for access to all 52 flashcards in this deck.
Unlock Deck
k this deck
14
Database designers use a process called Database designers use a process called   to minimize data redundancy in a database. to minimize data redundancy in a database.
Unlock Deck
Unlock for access to all 52 flashcards in this deck.
Unlock Deck
k this deck
15
List the techniques that a database designer can use to reduce data entry errors.
Unlock Deck
Unlock for access to all 52 flashcards in this deck.
Unlock Deck
k this deck
16
In SQL, the DATA command adds fields to a database. True or false? In SQL, the DATA command adds fields to a database. True or false?
Unlock Deck
Unlock for access to all 52 flashcards in this deck.
Unlock Deck
k this deck
17
The SQL The SQL   command can change the data in a specified field in one or more records. command can change the data in a specified field in one or more records.
Unlock Deck
Unlock for access to all 52 flashcards in this deck.
Unlock Deck
k this deck
18
Using a real-world entity, like a comic book collection or a recipe file that can be stored in a database, divide the information into fields and record types. Explain the steps you need to take to normalize the data.
Unlock Deck
Unlock for access to all 52 flashcards in this deck.
Unlock Deck
k this deck
19
  cannot prevent a database from being lost or stolen, but it can make the data it contains unusable. cannot prevent a database from being lost or stolen, but it can make the data it contains unusable.
Unlock Deck
Unlock for access to all 52 flashcards in this deck.
Unlock Deck
k this deck
20
A database A database   is a procedure that monitors and records user activity within a database. is a procedure that monitors and records user activity within a database.
Unlock Deck
Unlock for access to all 52 flashcards in this deck.
Unlock Deck
k this deck
21
Using your own examples, explain the differences between sorting and indexing.
Unlock Deck
Unlock for access to all 52 flashcards in this deck.
Unlock Deck
k this deck
22
Are you concerned about your personal data being included in government data mining operations?
Unlock Deck
Unlock for access to all 52 flashcards in this deck.
Unlock Deck
k this deck
23
You want to print a professionally designed list of all the records in your database. To organize and format the list, you use a report generator to create a reusable report You want to print a professionally designed list of all the records in your database. To organize and format the list, you use a report generator to create a reusable report   . .
Unlock Deck
Unlock for access to all 52 flashcards in this deck.
Unlock Deck
k this deck
24
Describe how a database report template works. List five principles for creating effective report templates.
Unlock Deck
Unlock for access to all 52 flashcards in this deck.
Unlock Deck
k this deck
25
You're working for a company that's just getting started with a database project. Your supervisor wants "the most standard kind of database," so you recommend using You're working for a company that's just getting started with a database project. Your supervisor wants the most standard kind of database, so you recommend using   database management software. database management software.
Unlock Deck
Unlock for access to all 52 flashcards in this deck.
Unlock Deck
k this deck
26
You are designing a record type that holds customer information. You should use a(n) You are designing a record type that holds customer information. You should use a(n)   data type for the fields that hold information such as telephone numbers and Social Security numbers because although this data looks like numbers, you'll never need to use it to perform mathematical calculations. data type for the fields that hold information such as telephone numbers and Social Security numbers because although this data looks like numbers, you'll never need to use it to perform mathematical calculations.
Unlock Deck
Unlock for access to all 52 flashcards in this deck.
Unlock Deck
k this deck
27
Describe flat files and six other database models. Give examples that illustrate each model.
Unlock Deck
Unlock for access to all 52 flashcards in this deck.
Unlock Deck
k this deck
28
Imagine that you must access a library card catalog using SQL. Write an SQL query that you would use to search for any books by J. K. Rowling in a table called Books, where authors' names are stored in a field called AuthorName and book titles are stored in a field called Title.
Unlock Deck
Unlock for access to all 52 flashcards in this deck.
Unlock Deck
k this deck
29
List eight ways the information in a database can be used and applied.
Unlock Deck
Unlock for access to all 52 flashcards in this deck.
Unlock Deck
k this deck
30
Define basic database terminology, such as fields, records, record types, record occurrences, and cardinality.
Unlock Deck
Unlock for access to all 52 flashcards in this deck.
Unlock Deck
k this deck
31
The terms class , attribute , and method apply to The terms class , attribute , and method apply to   databases. databases.
Unlock Deck
Unlock for access to all 52 flashcards in this deck.
Unlock Deck
k this deck
32
Explain the extent to which encryption, user privileges, and audits can secure a database.
Unlock Deck
Unlock for access to all 52 flashcards in this deck.
Unlock Deck
k this deck
33
Online Online   processing allows decision makers to look for relationships between multiple data dimensions. processing allows decision makers to look for relationships between multiple data dimensions.
Unlock Deck
Unlock for access to all 52 flashcards in this deck.
Unlock Deck
k this deck
34
A(n) A(n)   can be used to diagram the associations between data that is stored in several record types. (Hint: Use the acronym.) can be used to diagram the associations between data that is stored in several record types. (Hint: Use the acronym.)
Unlock Deck
Unlock for access to all 52 flashcards in this deck.
Unlock Deck
k this deck
35
  is a markup language that allows field tags, data, and tables to be incorporated into a Web document. (Hint: Use the acronym.) is a markup language that allows field tags, data, and tables to be incorporated into a Web document. (Hint: Use the acronym.)
Unlock Deck
Unlock for access to all 52 flashcards in this deck.
Unlock Deck
k this deck
36
Describe the status of privacy legislation in your country, providing examples of relevant laws and regulations.
Unlock Deck
Unlock for access to all 52 flashcards in this deck.
Unlock Deck
k this deck
37
Most of today's word processing and spreadsheet software offers tools for managing simple flat files containing fields and records. True or false? Most of today's word processing and spreadsheet software offers tools for managing simple flat files containing fields and records. True or false?
Unlock Deck
Unlock for access to all 52 flashcards in this deck.
Unlock Deck
k this deck
38
To access the data in a database from a remote computer or network workstation, you can use database To access the data in a database from a remote computer or network workstation, you can use database   software. software.
Unlock Deck
Unlock for access to all 52 flashcards in this deck.
Unlock Deck
k this deck
39
In addition to storing records in sorted order, a database can be In addition to storing records in sorted order, a database can be   to produce a list of keys that can be used to alphabetize or otherwise organize the records. to produce a list of keys that can be used to alphabetize or otherwise organize the records.
Unlock Deck
Unlock for access to all 52 flashcards in this deck.
Unlock Deck
k this deck
40
List the steps you can take to protect your privacy and identity when working with databases.
Unlock Deck
Unlock for access to all 52 flashcards in this deck.
Unlock Deck
k this deck
41
A primary A primary   contains data unique to a record, such as a Social Security number or ISBN. contains data unique to a record, such as a Social Security number or ISBN.
Unlock Deck
Unlock for access to all 52 flashcards in this deck.
Unlock Deck
k this deck
42
To filter data entered into a field, the database designer can set up a field To filter data entered into a field, the database designer can set up a field   rule. rule.
Unlock Deck
Unlock for access to all 52 flashcards in this deck.
Unlock Deck
k this deck
43
In SQL, the JOIN command allows you to add fields to a database. True or false? In SQL, the JOIN command allows you to add fields to a database. True or false?
Unlock Deck
Unlock for access to all 52 flashcards in this deck.
Unlock Deck
k this deck
44
In search specifications, AND, OR, and NOT are examples of search operators, also called In search specifications, AND, OR, and NOT are examples of search operators, also called   operators. operators.
Unlock Deck
Unlock for access to all 52 flashcards in this deck.
Unlock Deck
k this deck
45
To search for data in a specific field, you can use the SQL command To search for data in a specific field, you can use the SQL command   . .
Unlock Deck
Unlock for access to all 52 flashcards in this deck.
Unlock Deck
k this deck
46
Individuals can minimize their vulnerability to database security breaches by looking for a way to Individuals can minimize their vulnerability to database security breaches by looking for a way to   -out so that data is not sent to third parties. -out so that data is not sent to third parties.
Unlock Deck
Unlock for access to all 52 flashcards in this deck.
Unlock Deck
k this deck
47
The qualities that make computer databases efficient also make them vulnerable to security breaches. True or false? The qualities that make computer databases efficient also make them vulnerable to security breaches. True or false?
Unlock Deck
Unlock for access to all 52 flashcards in this deck.
Unlock Deck
k this deck
48
Passwords, firewalls, and locked data centers are all types of Passwords, firewalls, and locked data centers are all types of   controls that can prevent unauthorized use of a database. controls that can prevent unauthorized use of a database.
Unlock Deck
Unlock for access to all 52 flashcards in this deck.
Unlock Deck
k this deck
49
You own a fly-fishing shop and maintain an inventory database that, along with inventory data, stores the names of the wholesalers from which you buy each item. Hot Rod Wholesalers just changed its name to Northern Rod and Reel, so you need to update your database. The best way to accomplish this task would be to perform a(n) You own a fly-fishing shop and maintain an inventory database that, along with inventory data, stores the names of the wholesalers from which you buy each item. Hot Rod Wholesalers just changed its name to Northern Rod and Reel, so you need to update your database. The best way to accomplish this task would be to perform a(n)   update that changes every instance of Hot Rod Wholesalers to Northern Rod and Reel.  update that changes every instance of "Hot Rod Wholesalers" to "Northern Rod and Reel."
You own a fly-fishing shop and maintain an inventory database that, along with inventory data, stores the names of the wholesalers from which you buy each item. Hot Rod Wholesalers just changed its name to Northern Rod and Reel, so you need to update your database. The best way to accomplish this task would be to perform a(n)   update that changes every instance of Hot Rod Wholesalers to Northern Rod and Reel.
Unlock Deck
Unlock for access to all 52 flashcards in this deck.
Unlock Deck
k this deck
50
Should your government continue to develop and deploy data mining techniques designed to identify terrorists?
Unlock Deck
Unlock for access to all 52 flashcards in this deck.
Unlock Deck
k this deck
51
Do you think that governments should apologize and compensate individuals who are inappropriately harmed by data mining operations?
Unlock Deck
Unlock for access to all 52 flashcards in this deck.
Unlock Deck
k this deck
52
Explain the capabilities of various data management tools, such as commercial applications, word processing software, spreadsheet software, custom data management software, and database management software.
Unlock Deck
Unlock for access to all 52 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 52 flashcards in this deck.