No student devices needed. Know more
30 questions
Where to show the results of the query
Where to create the query in design view
Where to click to configure the relationship between tables
d. tables, queries and reports
Aggregate/GroupBy
What is this operator? >
Less than
Greater than
_____ contains the condition on the basis of which the records will be filtered in the Query output.
Criteria
Table
Field
Advanced Filter
What is the criteria for the query shown in the image
Teacher
Degree
No
Yes
The image shows two database tables. Which of these queries below show fields that came from both tables? (You can have multiple answers)
For the query shown in the image, what criteria was used to produce the result?
no degree
yes degree
name
females
It is a logical operator that allows you to specify whether a value is in a range or not.
What field in the course table is used to sort the records
CID
Name
Credits
Faculty
State the primary key in the COURSE table
Name
CID
Credits
Faculty
The two tables have been joined by a common field. State the name of the Dean of the faculty that is offering the course with CID = ECN 100
Tiwari
Scott
Hussain
Economics
In the COURSE table it is required to insert a calculated field named FEE to compute the fee for EACH course. If the cost per credit is $250, write the formula for the calculated field.
Fee=250*Credit
[Credit]*250 = Fee
Fee: $250 * Credit
Fee:250*[Credit]
In which of the following formats data is stored in the database management system?
Table
Image
Text
Graph
The term _____ is used to refer a row
Record
Primary key
Foreign key
Field
The attribute refers to a _____ of a table
Record
Foreign key
Primary key
Field
Which one of these cannot be taken as a primary key?
ID
Registration No
Department ID
Street
What is the correct definition of primary key?
One way to restrict input in a table field
The field which we will use to search with
A field that contains unique data in each record
The first field in a table
Which of the following holds a single piece of data?
Form
Table
Record
Field
Explore all questions with a free account