Deck 12: Databases

ملء الشاشة (f)
exit full mode
سؤال
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.
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
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.
سؤال
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.
سؤال
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.
سؤال
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
سؤال
Use diagrams to explain different ways of providing Web access to the data in a database.
سؤال
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.
سؤال
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.
سؤال
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.
سؤال
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.
سؤال
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.
سؤال
Provide five examples of data you would store in real, integer, text, logical, date, memo, BLOB, and computed fields.
سؤال
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>
سؤال
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.
سؤال
List the techniques that a database designer can use to reduce data entry errors.
سؤال
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>
سؤال
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.
سؤال
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.
سؤال
  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.
سؤال
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.
سؤال
Using your own examples, explain the differences between sorting and indexing.
سؤال
Are you concerned about your personal data being included in government data mining operations?
سؤال
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> .
سؤال
Describe how a database report template works. List five principles for creating effective report templates.
سؤال
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.
سؤال
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.
سؤال
Describe flat files and six other database models. Give examples that illustrate each model.
سؤال
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.
سؤال
List eight ways the information in a database can be used and applied.
سؤال
Define basic database terminology, such as fields, records, record types, record occurrences, and cardinality.
سؤال
The terms class , attribute , and method apply to The terms class , attribute , and method apply to   databases.<div style=padding-top: 35px> databases.
سؤال
Explain the extent to which encryption, user privileges, and audits can secure a database.
سؤال
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.
سؤال
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.)
سؤال
  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.)
سؤال
Describe the status of privacy legislation in your country, providing examples of relevant laws and regulations.
سؤال
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>
سؤال
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.
سؤال
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.
سؤال
List the steps you can take to protect your privacy and identity when working with databases.
سؤال
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.
سؤال
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.
سؤال
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>
سؤال
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.
سؤال
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> .
سؤال
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.
سؤال
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>
سؤال
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.
سؤال
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>
سؤال
Should your government continue to develop and deploy data mining techniques designed to identify terrorists?
سؤال
Do you think that governments should apologize and compensate individuals who are inappropriately harmed by data mining operations?
سؤال
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 Deck
1/52
auto play flashcards
العب
simple tutorial
ملء الشاشة (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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 52 في هذه المجموعة.
فتح الحزمة
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 52 في هذه المجموعة.
فتح الحزمة
k this deck
6
Use diagrams to explain different ways of providing Web access to the data in a database.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 52 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 52 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 52 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 52 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 52 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 52 في هذه المجموعة.
فتح الحزمة
k this deck
12
Provide five examples of data you would store in real, integer, text, logical, date, memo, BLOB, and computed fields.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 52 في هذه المجموعة.
فتح الحزمة
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?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 52 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 52 في هذه المجموعة.
فتح الحزمة
k this deck
15
List the techniques that a database designer can use to reduce data entry errors.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 52 في هذه المجموعة.
فتح الحزمة
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?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 52 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 52 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 52 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 52 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 52 في هذه المجموعة.
فتح الحزمة
k this deck
21
Using your own examples, explain the differences between sorting and indexing.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 52 في هذه المجموعة.
فتح الحزمة
k this deck
22
Are you concerned about your personal data being included in government data mining operations?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 52 في هذه المجموعة.
فتح الحزمة
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   . .
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 52 في هذه المجموعة.
فتح الحزمة
k this deck
24
Describe how a database report template works. List five principles for creating effective report templates.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 52 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 52 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 52 في هذه المجموعة.
فتح الحزمة
k this deck
27
Describe flat files and six other database models. Give examples that illustrate each model.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 52 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 52 في هذه المجموعة.
فتح الحزمة
k this deck
29
List eight ways the information in a database can be used and applied.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 52 في هذه المجموعة.
فتح الحزمة
k this deck
30
Define basic database terminology, such as fields, records, record types, record occurrences, and cardinality.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 52 في هذه المجموعة.
فتح الحزمة
k this deck
31
The terms class , attribute , and method apply to The terms class , attribute , and method apply to   databases. databases.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 52 في هذه المجموعة.
فتح الحزمة
k this deck
32
Explain the extent to which encryption, user privileges, and audits can secure a database.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 52 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 52 في هذه المجموعة.
فتح الحزمة
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.)
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 52 في هذه المجموعة.
فتح الحزمة
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.)
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 52 في هذه المجموعة.
فتح الحزمة
k this deck
36
Describe the status of privacy legislation in your country, providing examples of relevant laws and regulations.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 52 في هذه المجموعة.
فتح الحزمة
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?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 52 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 52 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 52 في هذه المجموعة.
فتح الحزمة
k this deck
40
List the steps you can take to protect your privacy and identity when working with databases.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 52 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 52 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 52 في هذه المجموعة.
فتح الحزمة
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?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 52 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 52 في هذه المجموعة.
فتح الحزمة
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   . .
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 52 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 52 في هذه المجموعة.
فتح الحزمة
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?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 52 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 52 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 52 في هذه المجموعة.
فتح الحزمة
k this deck
50
Should your government continue to develop and deploy data mining techniques designed to identify terrorists?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 52 في هذه المجموعة.
فتح الحزمة
k this deck
51
Do you think that governments should apologize and compensate individuals who are inappropriately harmed by data mining operations?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 52 في هذه المجموعة.
فتح الحزمة
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 52 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 52 في هذه المجموعة.