SUNY Geneseo Department of Computer Science


Cell Arrays and Relational Databases

Wednesday, April 30

CSci 120, Spring 2014
Prof. Doug Baldwin

Return to List of Lectures

Previous Lecture

Misc

Final exam

Next Monday’s class is a catch-up day

Group meetings next week

Furlough days

SOFIs

Questions?

“Representation” of Mad Lib?

     s1 = input( 'Enter a noun', 's' )
     s2 = input( 'Enter a verb', 's' )
     fprintf( 'Once upon a time there was a %s who was..', s1, s2, … )

Advanced Relational Database Operations

Cross product and join


Next Lecture