In chapter 2 of "A guide to SQL", I created the Rep table successfully and then I tried to input actual data into the table. When I input the data into the table, do I input it via jEDIT and then view it in Oracle? Also, if i am supposed to do it in jEDIT do i put the INSERT command in the same file that I created teh table or do i save it as a totally different file? I tried to do it saving it as the same file but had some difficulty getting the data to display.
Comments