Skip to content

vaughan6/csd-311

 
 

Repository files navigation

CSD 310 Database Development and Use

Address: 1000 Galvin Rd S, Bellevue, Nebraska 68005 - Directions

BS in Software Development Degree

Course Description

This course introduces the concepts of relational and non-relational database structures from a software developer perspective. Topics include defining key/value pairs, building table structures, manipulating records, using data types, and implementing access controls. The Structured Query Language (SQL) will be used to manipulate the models. Students will prepare a small application using a relational database management system.

Prerequisite: None

Repository Overview

Carefully read the assigned chapters, videos, and narrative I've included under each exercise and assignment.

Most exercises and assignments have accompanying solutions, so you can visually see the concepts in action.

Approach this course from top-to-bottom and do not move on to the next exercise or assignment without fully understanding the previous one. The Reading & Videos section are critical to learning the material. Do not just scan over what I've provided.

Dependencies

    pip install pymongo
    pip install pymongo[srv]
    pip install pylint
    pip install mysql-connector-python
git clone https://github.com/buwebdev/csd-310.git
cd csd-310

About

Code files for CSD 310

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%