Hello, I think this task should be obvious but I couldn't find how to do it.
I am going to create a Java DB database (Derby) that will later be copied from my computer to another computer through a SQL script. Can I create it using Netbeans' GUI and then export it (and if yes, how), or do I have to write the script myself?
Thanks.