Requirements Analysis
Field Types
SQL Basics
Filtering Data
100

These describe what the user wants the system to do in simple terms.

What are End User Requirements?

100

This field type is used to store whole numbers such as age or quantity.

 What is Number?

100

This SQL keyword is used to choose which columns to display.

What is SELECT?

100

When searching for text values in SQL, they must be enclosed in these.

What are quotes?

200

These describe what the system must do in detail using technical language.

What are Functional Requirements?

200

This field type is used for names, addresses, and other written information.

What is Text?

200

This keyword tells the database which table to search.

What is FROM?

200

This operator finds values strictly lower than a given number.

What is the less than (<) operator?

300

If a requirement says “The user needs to find all S4 pupils quickly,” it is focusing on this.

What is the user’s goal or need/End-User Requirement?

300

This field type is used to store dates such as birthdays.

What is Date?

300

This clause is used to filter records based on criteria.

What is WHERE?

300

This operator is used to find values greater than a specified number.

What is > (greater than)?

400

“The system will use WHERE price < 10.”
👉 This is this type of requirement.

What is a Functional Requirement?

400

This field type is used to store phone numbers.

What is text?

400

SQL keywords are often written in capital letters for this reason.

What is to make them stand out (improve readability)?

400

This operator is used when both conditions must be true.

What is AND?

500

Functional requirements are usually written for this audience.

Who are developers/programmers (or technical staff)?

500

This field type is best for storing true/false values.

What is Boolean (yes/no)?

500

This symbol is used to display all fields in a table.

What is * (asterisk)?

500

This operator broadens a search by matching at least one condition.

What is OR?

M
e
n
u