ITC Resources
Sunday, August 9, 2020
Code from Testing Video
›
Here is the customer class code: class Customer (): #constructor def __init__ ( self , id , name, email, rewards): self ...
Wednesday, January 8, 2020
›
toppings, sauce, crust, sides, size, customer, price, drinks, employees (not whole human resource), delivery methods, (office space leasin...
Monday, November 25, 2019
Security Login, Posgresql
›
/* Permision consist of SQL commands-- SELECT, INSERT, UPDATE, EXCECUTE, DELETE, DROP. CREATE, ALTER Anything that is not granted is deni...
Saturday, November 23, 2019
SQL for Postgresql
›
/* List all the tenants. List all the current maintenance requests. Which apartments are currently occupied? join apartment and lease Wh...
Saturday, November 16, 2019
Code for Assignment 8 Video
›
Customer Class ''' Class called Customer Every customer has a name, number, email, phone and they can collect rewards point...
Sunday, November 10, 2019
Customer and customer test code from peer 8 video
›
''' Class called Customer Every customer has a name, number, email, phone and they can collect rewards points An object is ...
Monday, October 28, 2019
Intro to MySQL SQL
›
Use Sakila; Select * from actor; Select first_name, last_name from actor; Select last_name, first_name from actor order by last_nam...
›
Home
View web version