Skip to content
View weekswm's full-sized avatar

Block or report weekswm

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. cs276_plsql_week3_lab3/weekswm cs276_plsql_week3_lab3/weekswm
    1
    /*Looping Lab 
    2
    1)	Write an anonymous block that will:
    3
      a.	Create a cursor (or a cursor loop, your choice) that will select the customer ID, 
    4
      order ID, last payment date and current balance from each record in the CHARGES table.
    5
      b.	Loop through the following for each record
  2. cs276_plsql_week8_lab8 cs276_plsql_week8_lab8
    1
    --Creates and Inserts
    2
    drop table purchaser cascade constraints;
    3
    drop table tax_codes cascade constraints;
    4
    
                  
    5
    create table purchaser
  3. cs233js-bookmarker cs233js-bookmarker Public

    Basic Bookmarker App

    JavaScript

  4. cs233js-meme-creator cs233js-meme-creator Public

    Basic Meme Creator App

    JavaScript

  5. react-weather react-weather Public

    React version of Weather app

    JavaScript

  6. ttt-react ttt-react Public

    React version of Tic Tac Toe

    JavaScript