Skip to content

hudkinsnoah/CS361

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

The server will have a few tables set up. The table that I will be using to send information to is the table named “finaltab”. This will have three different headers as follows:

numbercorrect (Int data) numberofquestions (Int data) percentage (Char data)

To request this data, SQL queries are used:

To pull all information from the table use: SELECT * FROM finaltab

To pull a specific column’s data use: SELECT columnheader FROM finaltab

Their shouldn’t be any need to edit the data that is in the table so that information is not included

About

Repository for work in CS361 for spring 2021

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages