Microsoft Access troubleshooting and expressions

Quiz
•
Computers
•
12th Grade
•
Hard
Tim Ballard
Used 12+ times
FREE Resource
9 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 4 pts
When establishing a relationship between two tables, how would you fix this error?
Change the ArtistID data type in each table so they are both numbers
Add an additional Artist ID field in another table
Link both primary keys in each table
Ensure that Enforce Referential Integrity is ticked.
2.
MULTIPLE CHOICE QUESTION
45 sec • 4 pts
I attempted to delete a relationship between two tables, but I got this error. How do I fix it?
Close the open tables then try again
Restart the computer
Ask my friend whether they are using my database at the same time
Close any conflicting programs
3.
MULTIPLE CHOICE QUESTION
45 sec • 4 pts
When attempting to run my query, I get this error message. How do I fix it?
Close the open tables and try again
Check my query expressions
Remove unnecessary tables from my query
Add additional criteria to my query
4.
MULTIPLE CHOICE QUESTION
45 sec • 4 pts
I made a query with the Gallery name and Artist Surname. When I run the query, this unexpectedly pops up. What's happened?
The ArtistSurname field is spelt incorrectly
The expression contains a logic error
I need to add a primary key to the query because the fields are in different tables
I need to save the query before running it
5.
MULTIPLE CHOICE QUESTION
45 sec • 4 pts
A calculated field displays "profit" when predicted sales are £1,000 or more. Otherwise it displays "loss". What have I used in my expression?
IF([PredictedSales] > 1000, "profit", "loss")
IIF([PredictedSales] > 1000, "profit", "loss")
IF([PredictedSales] < 1000, "profit", "loss")
IIF([PredictedSales] > 1000, "loss", "profit")
Answer explanation
IIF is used in expressions instead of IF.
The first part is the condition [PredictedSales] > 1000
The second part is what displays if the condition is true.
The final part is what displays if the condition is false.
IIF(condition, true, false)
6.
MULTIPLE CHOICE QUESTION
45 sec • 4 pts
There is going to be a 50% off sale. A calculated field displays 50% of an item's price. What is the expression?
SalePrice: [ItemValue] * 0.5
SalePrice: [ItemValue] * 50
SalePrice: [ItemValue] / 50 * 100
SalePrice: [ItemValue] * 0.05
7.
MULTIPLE CHOICE QUESTION
45 sec • 4 pts
An expression on a report joins a first name and surname together. What is the expression?
=[FirstName] & " " & [LastName]
=[FirstName] + " " + [LastName]
=[FirstName] &[LastName]
="[FirstName][LastName]"
8.
MULTIPLE CHOICE QUESTION
30 sec • 4 pts
Which expression on a report might show the total value of all sales?
=Sum([Sales])
=Total([Sales])
=Max([Sales])
=COUNT([Sales])
9.
MULTIPLE CHOICE QUESTION
30 sec • 4 pts
Which expression on a report might show the total number of records to indicate the number of orders received?
=Sum([OrderID])
=Total([OrderID])
=Max([OrderID])
=COUNT([OrderID])
Similar Resources on Wayground
10 questions
SQL- Join, Group by, having

Quiz
•
9th - 12th Grade
10 questions
SQL Concept with Prac Q

Quiz
•
12th Grade
8 questions
ASK T3 KOD ARAHAN 4.1.7

Quiz
•
12th Grade
11 questions
SQL check

Quiz
•
12th Grade
10 questions
Basic Excel Spreadsheet

Quiz
•
9th - 12th Grade
12 questions
Database Knowledge Check 3 (SQL)

Quiz
•
9th - 12th Grade
14 questions
S4 DDD

Quiz
•
10th Grade - University
14 questions
AQA GCSE Databases and SQL

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade