BTEC L3 IT U2 tricky topics

BTEC L3 IT U2 tricky topics

11th Grade

8 Qs

quiz-placeholder

Similar activities

cấu trúc bảng - tạo và sửa cấu trúc bảng

cấu trúc bảng - tạo và sửa cấu trúc bảng

9th - 12th Grade

10 Qs

Database Fundamentals

Database Fundamentals

KG - University

10 Qs

DBMS-Open Office

DBMS-Open Office

9th - 12th Grade

10 Qs

Database Queries and Reports

Database Queries and Reports

9th - 11th Grade

10 Qs

data terms

data terms

9th - 12th Grade

12 Qs

Bases de Datos

Bases de Datos

1st - 12th Grade

9 Qs

Unit 2 Creating systems to manage information

Unit 2 Creating systems to manage information

11th Grade

10 Qs

Search Vocabulary

Search Vocabulary

9th - 12th Grade

13 Qs

BTEC L3 IT U2 tricky topics

BTEC L3 IT U2 tricky topics

Assessment

Quiz

Computers

11th Grade

Medium

Created by

Dave Reed

Used 2+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you add a "parameter" to a query which will show a message to the user and use the input for the query?

[Parameter Text]

{Parameter Text}

(Parameter text)

Access does not support parameters

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

My database has a form called "frmInput". How do I access the value in the combobox "cmbSelection" on this form from a query?

frmInput.cmbSelection.value

[Forms].[frmInput].[cmbSelect]

This cannot be done

[Forms]![frmInput]![cmbSelect]

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does a "domain aggregate" function do?

Runs a query automatically

Improves the layout of a form

Gets values from a range of data

Validates data

4.

MATCH QUESTION

1 min • 1 pt

Match the domain aggregate functions to the correct description

Count of values in a domain

DSum

Minumum value within a domain

DCount

Average of values returned from a domain

DMin

Gets a specific value from a domain

DLookup

Total of all matching values in a domain

DAvg

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command is used in a macro to get a control to get new data from it's data source?

Requery

Refresh

SaveRecord

FindRecord

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a foreign key?

Uniquely identifies the records in a table

An attribute that is a primary key in another table

A record that meets 3rd normal form

A primary key made up from two or more attributes

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the result of this query

A field called "The Value" containing 5% of the total cost for all rows

A field called "The Value" containing 5% of the total cost for each row

A field called "sum([Cost])" containing 5% of the total cost for all rows

An error

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Here is some data. What is the best way to normalise it?

Have a table for lenders and a table for books

Put everything into a single table

Have a table for Lenders and a table for Books, then add a table Lender/Book with a primary key made from primary keys in the other tables

Put every attribute into its own table

Discover more resources for Computers