isAH Online Database Checklist
isAH Online Database Checklist
4. Describe and give examples of the requirements for connection to database server
a. username/password,
b. server address,
c. database name.
5. Describe use of a server-based database management tool/application:
a. to connect a database client to a database server
b. to create/modify/delete table structures
Topic 3: Structured Query Language
6. Give example and apply the uses of SQL to create simple and complex queries:
a. Data Manipulation Language (DML)
i. Insert,
ii. Update,
iii. Delete
b. Data Query Language (DQL)
i. Keywords or clauses of the select statement
1. Select, From, Where, (Group by), Order By
ii. Logical Operators
1. Is Null, Between, In, Like, Exists, Unique, All and Any
iii. Negating Conditions with the Not Operator
1. Not Equal, Not Between, Not In, Not Like, Is Not Null, Not Exists,
Not Unique
iv. Aggregate Functions
1. Count, Sum, Max, Min, Avg
v. Sorting and Grouping Data
1. Group By, Order By
vi. Equi-joins/inner joins
7. Describe and give examples of server-side scripting language for server connection,
a. database selection,
b. execution of SQL queries and
c. extraction of results.
8. Describe and give examples of forms processing to insert and amend data.
9. Describe the structure of HTML forms including:
a. the <form> element and its action and method attributes
b. the <input> element and its type, name and value attributes
c. the <button> element and its type, name and value attributes