Exam 13: Data Management Concepts

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

Four records have the record structure: PART (PART_NO,WARHSE). PART (101,1) PART (101,2) PART (103,1) PART (106,1) Which of the following would be appropriate to use as a record key?

(Multiple Choice)
4.7/5
(43)

ACID

(Multiple Choice)
4.9/5
(49)

A data item or combination of data items that uniquely identify a particular record in a file is called a(n)

(Multiple Choice)
4.8/5
(29)

In the CUSTOMER record,the field NAME contains the word "Jones" along with 20 spaces after the last character.This is an example of a

(Multiple Choice)
4.8/5
(45)

Database management systems have the ability to integrate separate data files for various accounting applications.In the absence of integration,each type of accounting application will maintain its own independent data files.Which of the following is an advantage of maintaining separate files for accounting applications?

(Multiple Choice)
4.8/5
(42)

A database has a hierarchical data structure.This is an example of defining database architecture at the

(Multiple Choice)
4.8/5
(38)

In the object-oriented modeling technique,related groups of fields are known as

(Multiple Choice)
4.7/5
(34)

A software database ________,also called a database connector,can be used to connect the business application to the DBMS.

(Short Answer)
4.8/5
(36)

Tables without repeating groups in a relational database are said to be

(Multiple Choice)
4.8/5
(38)

Assume that the customer master file and the transaction file consist of the record numbers shown in the following sequence: Master file 3,7,23,76,79,99 Transaction file 3,4,23,23,7,76,99 The record number 99 denotes the logical end of the file.The program processes records in ascending order. Required: On the lines below,indicate the numbers of records affected as described. a.Master records which were updated ________ b.Master records which were not updated ________ c.Transaction records which were posted ________ d.Transaction records which were not posted (an error condition)________

(Essay)
4.9/5
(42)

The database computer language that consists of commands for updating and extracting data is

(Multiple Choice)
4.8/5
(38)

The essential characteristics of the database approach to data processing of accounting data requires that

(Multiple Choice)
4.8/5
(40)

The term ________ ________ order applies to a field on which the file is not sorted.

(Short Answer)
4.8/5
(27)

In the record format STORE (STORE_NO,CITY,VEND#1,VEND#2) Which field is the key?

(Multiple Choice)
4.9/5
(43)

A petabyte is 1015 bytes (characters).

(True/False)
4.7/5
(33)

In SQL,the query to extract a customer name from a table identified as company is

(Multiple Choice)
4.9/5
(39)

In-memory database differs from conventional databases in that the entire database is loaded into computer-internal high-speed random access memory or other high-speed electronic storage device.

(True/False)
4.9/5
(34)

In the first normal form,repeated groups are allowed.

(True/False)
4.8/5
(41)

Below are four situations in which the DML component of SQL can be used to manipulate and/or extract data.Indicate on the line beside each situation the letter(s)of the SQL statement,command,or condition which will allow a user to manipulate and/or extract the requested data and information.An answer may be used more than once,but not all answers will be used. A.SELECT B.WHERE C.ON D.OR E.COUNT AS F.GROUP BY G.ORDER BY H.FROM I.INNER JOIN J.IN ________ 1.The query calls for selecting certain names and zip codes,sorted by zip code. ________ 2.The query calls for selecting certain companies found in the USA and Canada tables and grouping them by country ________ 3.The query calls for appending the company name for company 12 to the topics located in the notes table. ________ 4.The query calls for summarizing the count of companies by country.

(Short Answer)
4.9/5
(44)

What is ACID? Provide a description of each part.

(Essay)
4.8/5
(25)
Showing 101 - 120 of 147
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)