I've tried to find the distinction between the terms database and a database schema. I've seen some answers in Stack Overflow itself but they were not sufficient to get a good idea of the differences between the two. Can someone please explain this comprehensively with details.
Also, I've read that DDL is used on schema and not on the database. What does this mean?
Is it true if I call a schema being a sub-set of a database?
Thanks in advance!