Is it possible to have multiple DB schemas in one SQLDB service instance?

Is it possible to have multiple DB schemas in one SQLDB service instance? Can I execute commands like CREATE DATABASE.

+3


source to share


1 answer


Depends on the plan used. With Free Plan, you only get one schema and each application binding gives you the same credentials. With the Small and Premium plans, you get a database and each application binding provides a different set of credentials. For more information see the link below:



http://www.ng.bluemix.net/docs/services/SQLDB/index.html#sqldb_009

+5


source







All Articles