CS 175 Introduction to SQL (Structured Query Language)

Students will learn the basics of SQL querying, updating, and creating objects in a database. Topics include basic data retrieval statements, filtering, sorting, and manipulating data, and basic reporting statements for output processing. Labs will be set up for the students to get hands-on experience in each of the topics presented.

Credits

4

Course Learning Outcomes

Upon successful completion of this course, the student will be able to:
1. Describe and use basic relational database concepts, structures, and terminology orally and in writing
2. Read and write accurate create table statements
3. Read and write simple select queries to access data in one or more tables
4. Read and write basic SQL statements that will update and delete data from a database