schema
Schema (noun) means an outline, plan or model showing how the parts of something fit together. Example: “The report sets out a schema for reorganising the department.”
How to Use Schema
Learner’s notesIn plain EnglishA plan showing how the parts of something are arranged.
Technical or academic; rare in casual speech.
Scheme means a plan of action or a plot; schema means a structural blueprint. They are not interchangeable.
Trace the full origin ↓Fill the Gap
Can you complete this real example?
The report sets out a _____ for reorganising the department.
Etymology
From Greek skhema "form, figure, appearance".
Related Words
Rhymes for schema
See all rhymes for schema →Frequently Asked Questions
What is the plural of schema?
Both schemas and schemata are correct. Schemas is now normal in computing and in general use; schemata survives mainly in psychology, philosophy and academic writing.
What is the difference between a schema and a database?
The database is the actual store of data; the schema is the blueprint describing its shape, saying which tables exist, what columns they hold and how they relate. In some systems, such as PostgreSQL, schema also names a namespace grouping tables inside one database.