Learn what ALTER MATERIALIZED VIEW supports in Cassandra, which changes require a drop and recreate, and how to update view options safely.
Cassandra • 27-May-2023
Learn how to create a Cassandra materialized view, understand the CQL restrictions, and decide when a view is appropriate for a new query path.
Cassandra • 27-May-2023
Learn how to create a Cassandra keyspace in cqlsh and DbSchema, choose the right replication strategy, and pick a safe replication factor.
Cassandra • 18-May-2023
Learn how to create Cassandra tables in cqlsh and DbSchema, choose partition and clustering keys, and use table options without common modeling mistakes.
Cassandra • 18-May-2023
Learn PostgreSQL CREATE PROCEDURE with IN/OUT parameters, CALL syntax, transactions, and EXCEPTION handling. Compare procedures vs functions in DbSchema.
Postgresql • 16-May-2023
Learn how to create indexes in PostgreSQL using psql and DbSchema, including index options, limitations, and practical examples.
Postgresql • 16-May-2023
Use DROP TABLE in PostgreSQL with IF EXISTS, CASCADE, and multi-table examples. Review dependencies first and manage changes visually in DbSchema.
Postgresql • 12-May-2023
Create tables in PostgreSQL with practical syntax, data types, keys, defaults, and IF NOT EXISTS examples. Design and sync tables with DbSchema.
Postgresql • 12-May-2023
Learn how to create a PostgreSQL database using psql and DbSchema, with setup steps, command examples, and verification tips.
Postgresql • 11-May-2023
Learn how to insert data into MySQL tables with SQL examples and visual data import workflows in DbSchema.
Mysql • 09-May-2023