Author | Message |
---|---|
lakerfan94
Posts: 143
|
Posted 23:28 Nov 09, 2015 |
Are we supposed to run CreateStudentDB.java in order to create tables we can test on? |
cysun
Posts: 2935
|
Posted 08:32 Nov 10, 2015 |
You can do that, or you can run SQLInterpreter and create and populate a table using CREATE TABLE and INSERT.
|