Accounting
Anthropology
Archaeology
Art History
Banking
Biology & Life Science
Business
Business Communication
Business Development
Business Ethics
Business Law
Chemistry
Communication
Computer Science
Counseling
Criminal Law
Curriculum & Instruction
Design
Earth Science
Economic
Education
Engineering
Finance
History & Theory
Humanities
Human Resource
International Business
Investments & Securities
Journalism
Law
Management
Marketing
Medicine
Medicine & Health Science
Nursing
Philosophy
Physic
Psychology
Real Estate
Science
Social Science
Sociology
Special Education
Speech
Visual Arts
Humanities
Q:
In Microsoft Access, which of the following is used to create interactive screens that allow end user's to work with database data.
a) Queries
b) Forms
c) Macros
d) Modules
Q:
In Microsoft Access, stored procedures written in Visual Basic that can be used to automate tasks are created using which of the following?
a) Queries
b) Forms
c) Macros
d) Modules
Q:
In Microsoft Access, the functions that can be used to automate tasks are created using which of the following?
a) Queries
b) Forms
c) Macros
d) Modules
Q:
In Microsoft Access creating a table structure is accomplished using which of the following?
a) Form view
b) Query grid
c) Datasheet view
d) Design view
Q:
In the Microsoft Access main database window, which of the following is used for creating questions and getting answers out of the database?
a) Tables
b) Queries
c) Forms
d) Reports
Q:
Which of the following best describes the process of creating a database in Microsoft Access?
a) Specifying database file, designing tables, and entering data
b) Specifying database file, entering data, and designing tables
c) Designing tables, entering data, and specifying database file
d) Entering data, specifying database file, and designing tables
Q:
In Microsoft Access, in order to create a new empty database, which of the following option would be used?
a) New blank database
b) New from template
c) New from existing file
d) Open a file
Q:
The most appropriate candidate for the primary field in the client table would be which of the following?
a) Email
b) Zip Code
c) Telephone
d) Name
Q:
In Microsoft Access, the most appropriate data type and size for State field would be which of the following?
a) Text(2)
b) Text(20)
c) Text(30)
d) Memo
Q:
For years, QuickTax, Inc. has helped small businesses manage their taxes. The management wants a database to keep track of clients, employees, and jobs. Managers need to keep track of client names, addresses, contact persons, phone numbers, and email addresses. They also need to track the employee's social security numbers, names, and birth dates. Also, the company needs to be able to keep track of the data on each job an employee performs for each of their clients.In Microsoft Access, the most appropriate data type and size for Email field would be which of the following?a) Text(2)b) Text(20)c) Text(30)d) Memo
Q:
In Microsoft Access, the most appropriate data type to store a link to supplier's Web site would be which of the following?a) Textb) OLE Objectc) Hyperlinkd) Lookup Wizard
Q:
In Microsoft Access, the most appropriate data type for a field indicating whether the order has been shipped or not would be which of the following?
a) Text
b) Yes/No
c) OLE Object
d) Lookup Wizard
Q:
In Microsoft Access, setting up a state or city field in the customer table for a database user to choose from would be best accomplished using which of the following data types?
a) Text
b) Yes/No
c) OLE Object
d) Lookup Wizard
Q:
In Microsoft Access, each consecutive order number could be automatically assigned with each new order using which of the following data types?
a) Number
b) Currency
c) AutoNumber
d) Date/Time
Q:
In Microsoft Access, the most appropriate data type to store product pictures is which of the following?
a) Text
b) Memo
c) OLE Object
d) Hyperlink
Q:
In Microsoft Access, the most appropriate data type to store product descriptions is which of the following?
a) Text
b) Memo
c) OLE Object
d) Hyperlink
Q:
In Microsoft Access, in order to remove the table from the database, any relationships with other tables have to be deleted first.
Q:
In Microsoft Access Edit Relationships window for two related tables, there is an option for changing the cardinality of the relationship.
Q:
In Microsoft Access Edit Relationships window for Client and Job tables, the Relationship Type status at the bottom of the window would read Many-To-Many.
Q:
In Microsoft Access Edit Relationships window, if Cascade Delete Related Fields is checked, deleting an employee from primary table would result in removal of all jobs performed by that employee in Job table.
Q:
In Microsoft Access Edit Relationships window, if Cascade Update Related Fields is checked, a change in Email address in Client table, would result in changes for all corresponding Email values in Job table.
Q:
In Microsoft Access Relationships window, there is a direct link between Client and Employee tables.
Q:
In Microsoft Access, the relationship between two tables is established by dragging the primary key from the parent table onto the foreign key in the child table.
Q:
For years, QuickTax, Inc. has helped small businesses manage their taxes. The management wants a database to keep track of clients, employees, and jobs. Managers need to keep track of client names, addresses, contact persons, phone numbers, and email addresses. They also need to track the employee's social security numbers, names, and birth dates. Also, the company needs to be able to keep track of the data on each job an employee performs for each of their clients. In Microsoft Access, the link between Employee and Job tables is established by dragging SSN field from the Employee table onto JobID field of the Job table.
Q:
In Microsoft Access, "Email Address" entered into the Caption property of Email field would appear as a label for Email field in datasheet view.
Q:
Symbols such as =, >, <, >= and <= are all examples of arithmetic operators.
Q:
Symbols such as +, -, / and * are all examples of relational operators.
Q:
In Microsoft Access, the validation rule "NH" Or "VT" for State field in the client table contains one constant and two operators.
Q:
In Microsoft Access, the table status bar displays the number of a currently selected record, as well as the total number of records.
Q:
In Microsoft Access, Validation Rule field property is used to restrict entries for that particular field to a set of specific values.
Q:
In Microsoft Access, each Field Name in table design view will correspond to a record in table's datasheet view.
Q:
In Microsoft Access, if State field was defined using Text(2) data type, the most appropriate Default Value for the client table would be NH.
Q:
In Microsoft Access table design view, the field size of Text data type is one of several Field Properties.
Q:
In Microsoft Access, the best way to start creating a new table is by entering data in datasheet view.
Q:
In Microsoft Access, main database window contains a list of object tabs, starting with Tables used to design, populate and manage database tables.
Q:
In Microsoft Access, creating a blank database file for the above case involves starting Access and selecting File -> Open and choosing quick_tax.mdb file.
Q:
In Microsoft Access, the data type for Zip Code field would be Number.
Q:
Email field would be set as the primary field for the client table.
Q:
For years, QuickTax, Inc. has helped small businesses manage their taxes. The management wants a database to keep track of clients, employees, and jobs. Managers need to keep track of client names, addresses, contact persons, phone numbers, and email addresses. They also need to track the employee's social security numbers, names, and birth dates. Also, the company needs to be able to keep track of the data on each job an employee performs for each of their clients.In Microsoft Access, the data type and size for Email field would be Text(10).
Q:
Social security number is stored in Text data type.
Q:
Zip code is stored in Number data type.
Q:
Text data type cannot contain numerical digits.
Q:
Design the query that lists all the products based on the total quantity sold. The list should include the product name, price, and the amount sold in decreasing order.
Q:
Design the query that calculates the order totals for each of the customers, sorted descending by the totals. Include the customer names, order dates, as well any other information you deem necessary.
Q:
Design the query that calculates the number of customers using a particular credit card, sorted by card type.
Q:
Exposures is a specialty retailer of fine gifts, picture frames, albums, scrapbooks, as well as occasional gift ideas. Visit their Web site at www.exposureonline.com, and using the registration, billing, catalog, and shopping cart screens below, go through each of the five ER design steps.For questions 92-95, please refer to the preceding paragraph and Web screens.List all the customers from zip codes 03223 and 03264 alphabetically by their last names. Include their first and last names, street addresses, city, state, and zip codes.
Q:
Create the query that calculates the "Average Time to Delivery" from lowest to highest, grouped by supplier, and only for the flowers delivered in good condition.
Q:
Design the query that will calculate total revenue for each of the flower groups, labeled as "Total Revenue".
Q:
Design the query that calculates which flower groups are ordered the most, displayed as "Best Sellers", and display them from highest to the lowest, including their price.
Q:
Design the query that retrieves the flowers (from A to Z) that bloom in early spring, last more than three days.
Q:
Jerry, the owner of Exotic Flower Inc., built a small greenhouse to store several types of exotic flowers that he purchases from wholesale suppliers around the world. Each exotic flower Jerry buys and resells falls into one of several flower groups that differ with respect to their storage needs, duration, time in bloom, price, etc. Each of the orders placed by customers specifies the type of exotic flower, the supplier it came from, the date of order, expected delivery date, flower condition on delivery, as well as the quantity ordered. Customer's data contain all the standard information needed to collect payment and deliver the flowers.For questions 87-91, please refer to the preceding paragraph.Design the query that retrieves flower group and price for flowers that have any kind of sun storage need.
Q:
Design the query that shows all the vehicles not currently booked. Include vehicle ID, make, type, and rental rate.
Q:
Design the query that retrieves all the customer names and phone numbers, and calculates the total number of bookings as "Num Bookings", only for the repeat customers (more than one booking).
Q:
Design the query that retrieves all the customer names and phone numbers, only for the customers born in the 1960's, that made the reservations between 7/1/06 and 7/15/06, sorted by rental date.
Q:
Design the query that calculates the average rental rate, labeled "Avg Rate", for different vehicle types sorted from A to Z.
Q:
Plymouth Car Rental started with two compact cars and has expanded its fleet of vehicles with several sedans and trucks. When a customer books a rental, his/her age has to be at least 18 for compact cars and sedans, which are rented by the day and must be returned the following morning by 11 A.M. Trucks are rented for a maximum of six hours. The owner requires a deposit on the reservation to be paid within seven days of booking. Vehicle records consist of the makes and types (Honda sedan), color, seating capacity, required deposit, rental rate, and rental limit (in hours). Customer data consists of customer's names, addresses, phone numbers, and birth dates. Bookings identify the customer, vehicle, as well as the time rented and returned. There can be several payments up until the reservation date. Payments must reflect the payment status for each booking, including deposit, when the deposit was made, then each of the payments made, and when the entire payment was completed.For questions 82-86, please refer to the preceding paragraph.Design the query that retrieves customer names, addresses, and birth dates, born after 1/1/1970, and from zip codes 03223 and 03264.
Q:
In Oracle, the statement used to show all employees' social security numbers and names that don"t have jobs assigned to them, would be _
Q:
In Oracle, the statement used to show all clients' emails and contacts for whom jobs have been done, would be __.
Q:
In Oracle , the statement used to display employee and client names together with all of the jobs for 3/14/06, sorted alphabetically by client name, would be _.
Q:
In Oracle, the statement used to display client emails and contacts, together with job dates and times, for the jobs that start at either 8 A.M. or 10 A.M., would be _.
Q:
In Oracle, the statement used to display client emails and contacts, together with job dates and times from 3/13/06 to 3/15/06, would be __.
Q:
In Oracle, the statement used to display client emails and contacts, together with all of their job dates and times would be __.
Q:
In Oracle, the statement used to calculate the number of clients, labeled "Zip Clients", from each zip code in states with at least three clients, would be __.
Q:
In Oracle, the statement used to show all the different client zip codes, would be __.
Q:
In Oracle, the statement used to calculate the number of clients from each zip code, labeled "Zip Clients", would be __.
Q:
In Oracle, the statement used to calculate the number of clients from NH, labeled as "NH Clients", would be __.
Q:
In Oracle, the statement used to retrieve client's contact with emails that end in "net", from zip codes 03223 and 03264, would be __.
Q:
In Oracle, the statement used to retrieve client's contacts with emails that are not from zip codes 03223 and 03264, would be _.
Q:
In Oracle, the statement used to retrieve client's contacts with emails from zip codes 03223 and 03264 only, would be __.
Q:
In Oracle, the statement used to retrieve client's contacts with emails ending in "net", and from area code 603, would be __.
Q:
In Oracle, the statement used to retrieve client's contacts with emails ending in "net", would be __.
Q:
In Oracle, the statement used to retrieve an employee name and birth date, for employee with social security number 261284363, would be __.
Q:
In Oracle, the statement used to retrieve all the jobs with jobid over 5, displaying only jobids and associated dates, would be __.
Q:
In Oracle, the statement used to retrieve all the client data, ordered first by state and then by zip code would be __.
Q:
In Oracle, the statement used to retrieve all of the client's names, sorted A to Z, with city, state, and zip code would be __.
Q:
In Oracle, the statement used to retrieve all of the client's contacts and emails would be __.
Q:
In Oracle SQL script, the __ statement is used to select the columns to be included in the query.
Q:
For years, QuickTax, Inc. has helped small businesses manage their taxes. The management wants a database to keep track of clients, employees, and jobs. Managers need to keep track of client names, addresses, contact persons, phone numbers, and email addresses. They also need to track the employee's social security numbers, names, and birth dates. Also, the company needs to be able to keep track of the data on each job an employee performs for each of their clients.For questions 60-81, please refer to the preceding paragraph.In Oracle, the statement used to retrieve all of the data from the employee table would be ____.
Q:
__ operation combines data from two tables.
Q:
__ operation retrieves a subset of columns.