Working...
2024 Sql Database
Syllabus
Course Number: 8139 (OK Promise Approved)
Pre-requisite: Fundamentals of Technology or Business and Computer Technology
Career Cluster/Pathway: Information Technology/Information Support and Services
Marketing Sales and Service/Marketing Information Management and Research
Career Major: Database Developer; Database Associate; Database Administrator; Database Business Analyst
Locations: Various locations across Oklahoma
Length: 1 Carnegie Unit
(95 class periods theory/80 class periods lab)
Course Description:
The students will develop an understanding of data modeling concepts as they create relational databases and use SQL to manipulate data.
Specific Learning Competencies - Upon successful completion of this course, the student will be able to:
- Develop a logical model using business requirements.
- Identify entities, attributes, and relationships.
- Identify primary, foreign and artificial keys.
- Normalize a database model.
- Implement a logical model into a physical database using SQL.
- Run a query.
- Create a table.
- Select data.
- Join tables.
- Create permissions.
- Enter, manipulate, and analyze data.
- Create views.
- Use scripting & database knowledge to implement a data-driven Web site.
- Plan a Web site and list the technical requirements.
- Build a database and list requirements needed.
- Perform Web site analysis.
- Manipulate data elements
- Manage, analyze and report on interrelated elements.
- Implement queries and reports to provide access to critical system information.
- Descript relational and object relational database designs.
- Retrieve data using the SQL SELECT statement.
- Use Arithmetic and Concatenation operators in SQL statements.
- Restrict and sort data.
- Use single row functions to customize reports.
- Report aggregated data using the group functions.
- Display data from multiple tables.
- Use Sub queries to solve queries.
- Use the SET operators
- Use DDL statements to create and manage tables.
- Create and manage Schema objects.
- Manage objects with Data Dictionary views.
- Control user access.
- Manipulate large data sets.
- Generate reports by grouping related data.
- Manage data in different time zones.
- Search data using advanced Sub queries.
Recommended Instruction:
Entities; attributes; relationships; permissions; SQL commands including SELECT, FROM, WHERE, HAVING, GROUP BY; normalization