About 1,600,000 results
Open links in new tab
  1. Design Tools - PostgreSQL wiki

    Sep 25, 2025 · An intuitive database design and modeling tool for developers and DBA's that can help you model, create and maintain databases. The software uses entity relationship …

  2. Database Design and Basic SQL in PostgreSQL - Coursera

    You'll learn about the people and organizations instrumental to building the SQL standard, learn to differentiate between relational databases and flat files, and utilize psql and SQL commands to …

  3. Best Practices for PostgreSQL Database Design to Ensure …

    Apr 9, 2025 · This article explores essential best practices for PostgreSQL database design, focusing on performance, scalability, and data integrity. By following these practices, you can …

  4. Guide to PostgreSQL Database Design - Tiger Data

    Sep 27, 2024 · In this guide, we will explore the core concepts of database design in PostgreSQL, walking through the principles of relational databases, table structures, partitioning, data …

  5. How To Design And Build A Database In Postgres - DbVisualizer

    Jan 16, 2023 · Learn how to design, build, and normalize a PostgreSQL database from scratch. We also cover how to create a database, run SQL queries and much more.

  6. Database Design - pgtutorial.com

    In PostgreSQL, we can model the many-to-many relationship by using two one-to-many relationships by creating a link table called product_tags.

  7. pgModeler - PostgreSQL Database Modeler

    Aiming to be a reference database design tool in the FOSS ecosystem for PostgreSQL, it offers a robust and feature-rich interface that enables efficient data modeling and rapid code …

  8. Best Practices for Database Design in PostgreSQL - Medium

    May 1, 2024 · Best Practices for Database Design in PostgreSQL In the realm of database management systems, PostgreSQL stands tall as a robust and versatile option. Its rich feature …

  9. 7 Best PostgreSQL Database Design Tools - Redgate

    Aug 8, 2023 · In this article, we’ll explore the features of the best design tools for your PostgreSQL database. As we all know, database design or data modeling is the first step in …

  10. Design Databases With PostgreSQL - Codecademy

    Learn how to query SQL databases and design relational databases to efficiently store large quantities of data. Includes PostgreSQL, SQL, Databases, Back-End, Indexes, Normalization, …