Skip to content

AllanCao12/COMP3005A3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

COMP3005A3

COMP 3005 A3 Part 1 Python SQL Query code

Name: Allan Cao Student ID: 101218998

Functions: getAllStudents: Retrieves and displays all records from the students table and prints them to the console addStudents: Adds a student to the students table updateStudentEmail: Updates a student's email deleteStudent: Deletes a student from the table

Steps: Have a SQL database open, have a database called a3, change the passwords to what yours is for the connect() functions, and run your code normally.

I included some testing code at the bottom if you want to use it during marking. It's also the code I use in my video. (you can use ctrl+/ on Windows to uncomment all of it)

Youtube Link: https://youtu.be/ZdavUYXkJ1M

About

COMP 3005 A3 Part 1 Python SQL Query code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages