ITS OD 201 Databases
ITS OD 201 Databases
Databases
1. Database Design
1.1 Given a scenario, design tables for storing data
• Identify entities, rows/records, columns/fields
2.2 Construct and analyze queries that create, alter, and drop views
• Create, alter, and drop views by using proper ANSI SQL syntax; purpose of
views
3. Data Retrieval
3.1 Construct and analyze queries that select data
• INNER JOIN, LEFT JOIN, RIGHT JOIN, CROSS JOIN (Cartesian product),
and FULL OUTER JOIN; self joins; combine result sets by using UNION and
INTERSECT; DISTINCT; column alias; computed columns
© 2021 Certiport, Inc. Certiport and the Certiport logo are registered trademarks of Certiport Inc. All other trademarks and registered trademarks are the property of their respective holders.
IT SPECIALIST EXAM OBJECTIVES
3.2 Construct and analyze queries that sort and filter data
• ORDER BY, WHERE, LIKE, BETWEEN, AND, OR, NOT, TOP (LIMIT), IN, NOT
IN, ANY, ALL, NULL, NOT NULL, comparison operators
5. Troubleshooting
5.1 Troubleshoot data object management query failures
• Syntax and runtime errors
© 2021 Certiport, Inc. Certiport and the Certiport logo are registered trademarks of Certiport Inc. All other trademarks and registered trademarks are the property of their respective holders.