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?
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.
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?