hezean / sustc

Template for project 2 of SUSTech Principles of Database Systems (CS307 / CS213), 23 fall semester.
http://172.18.34.154
MIT License
22 stars 10 forks source link

Question about Initializing Database #39

Closed fz-zsl closed 10 months ago

fz-zsl commented 10 months ago

Describe your question

When we submit the files, do we have to contain all the create table commands in the .sql file, or can we just provide an empty .sql file and create tables in the Java program?

hezean commented 10 months ago

both are acceptable, while the first one is preferred. just a reminder, we will evaluate your program's performance based on the time of calling a method takes.