I have a dumb question on DDL statement "create database" Say if I create a database
CREATE DATABASE abcLOCATION '/my/preferred/directory'; When later on someone needs to create a table in this database, is there a way to force the location of the table to be under /my/preferred/directory? I searched around but could not find a way to enforce this. -- Chen Song