Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
How do I create a new shema in Derby using MyEclipse?
How do I create a new schema in Derby from the Database Explorer view? I am used to Oracle and Toad so this is new to me. Any body know a quick answer? I am in the Database Explorer view. I would like to create a new shema and add some tables to it.
You can add the schema name before your table names when you run a query and the schema will be created e.g. If you want to create a table called “xyz” under a new schema called “NewSchema”, you can run your create statements like this:-