Quote (carteblanche @ 2 Mar 2014 21:30)
i wasnt referring to the length of 1. i was referring to your datatype. why are you using CHAR instead of VARCHAR2? for length 1 it doesnt really matter, but for any other length it matters and VARCHAR2 is preferred. so it's best to get in the habit.
I know. CHAR is preferred for character lengths up to four that are also constant. VARCHAR and VARCHAR2 are for characters that vary is size though I only use VARCHAR2 and never varchar because it's worthless old ass scripting. Frankly I fucking SQL or at least this fucking oracle class and am only doing it because that's the way the assignment is written.
Right now I am fucking furious because I can't figure out this stupid question and my book doesn't help. This fucking book worthless too. Maybe you can help before I put my fist through my computer monitors.
Quote
7. Change the constraint created in Assignment #6 so that associated rows of the BOOK_STORES table are deleted automatically if a row in the STORE_REPS table is deleted.
The rows referenced are rep_ID. Currently table book_stores column rep_ID is the foreign key of table store_reps column rep_ID. I don't fucking get what they are asking without dropping the constraint completely and I am going crazy berserk pissed at this bullshit. I fucking hate class dude. (never taking an online class again too.)