DbSchema Blog

Categories

DbSchema Blog

SQL AND, OR, NOT Operators Explained with Examples | DbSchema

SQL AND, OR and NOT explained with runnable examples: what each returns, why precedence breaks AND/OR combinations, and how NOT behaves against NULL.

• 05-Sep-2026

DbSchema Blog

SQL Aliases Explained with Examples | DbSchema

SQL aliases explained: rename columns and tables with AS, quote aliases with spaces or reserved words, and see where an alias may be referenced in WHERE, GROUP BY, HAVING and ORDER BY.

• 05-Sep-2026

DbSchema Blog

SQL GROUP BY Statement Explained with Examples | DbSchema

Learn SQL GROUP BY with single and multi-column examples, HAVING, JOINs, aggregations, and common mistakes.

• 05-Sep-2026

DbSchema Blog

SQL SELECT DISTINCT Statement Explained with Examples | DbSchema

Learn SQL SELECT DISTINCT with single and multi-column examples, NULL behavior, DISTINCT vs GROUP BY, and common mistakes.

• 05-Sep-2026

DbSchema Blog

SQL GROUP BY Explained with Examples | DbSchema

Learn SQL GROUP BY with clear examples for COUNT, SUM, AVG, HAVING, and JOIN-based reporting queries.

• 05-Sep-2026

DbSchema Blog

SQL BETWEEN Operator Explained with Range Examples | DbSchema

Learn SQL BETWEEN and NOT BETWEEN with numeric, date, text, and time examples, plus common mistakes and best practices.

• 05-Sep-2026

DbSchema Blog

How to Create Custom Data Types in DbSchema

Create custom data types in DbSchema’s Logical Design to standardize columns; on deployment they convert to native DBMS types like VARCHAR.

• 05-Sep-2026

DbSchema Blog

What Is an Index in MongoDB? Beginner Guide with Examples

Learn what an index is in MongoDB, why it matters, and how to use it. This beginner tutorial explains single-field, compound, and text indexes with examples in MongoDB shell and DbSchema.

• 05-Sep-2026

DbSchema Blog

MongoDB Relationships: Embed vs Reference and Visualize in DbSchema | DbSchema

Learn how to visualize MongoDB relationships with embedding, references, one-to-many patterns, and DbSchema diagrams. Decide when to embed vs reference.

• 05-Sep-2026

DbSchema Blog

MongoDB Diagram Design and Visualization with DbSchema

Learn how to create diagrams for MongoDB, implement validation rules and visually manage MongoDB databases.

• 05-Sep-2026

first   prev   next   last