database - Is the phrase "creating the DDL" a malapropism? -


database management sticky subject me, , result i'm sensible vocabulary when read on it. clarify phrase "create ddl" in following context?

jpa can use meta information create ddl when starts up. helpful development allows , running without delving sql needed create tables.

(source : http://www.alexecollins.com/tutorial-hibernate-jpa-part-1/)

here's understanding :

ddl stands "data definition language". refers subset of database language deals database structure. examples of ddl statements in sql create, alter or drop.

taking definition literally, creating ddl means defining generic statements affect database. doesn't makes sense: sql has ddl (the aforementioned create, alter, drop statements).

does "creating ddl" mean generating file has ddl statements required generate database?

the quotes says 'create the ddl' dissect 'create a ddl'. think there's big difference.

saying 'the ddl' shorthand 'the data definition language statements' (meaning sql necessary create schema). omitting word 'statements' (to me) forgivable contraction. using 'a ddl' has connotations of comparing 1 data definition language — sql isam.


Comments

Popular posts from this blog

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

javascript - Restarting Supervisor and effect on FlaskSocketIO -

php - Mongodb connectivity error -