About 19,100,000 results
Open links in new tab
  1. Can I use Sharepoint lists as a basic relational database? : r

    Jun 1, 2023 · Can I use Sharepoint lists as a basic relational database? My dept manages a system where users enter data about item level sales, promotions and margin. Currently it's …

  2. When would you choose a non-RDBMS? : r/ExperiencedDevs

    You should absolutely be using a relational database for, you know, important data that relates to your business. User accounts, locations, permissions, etc. etc.

  3. ELI5: What is the difference between a relational and non ... - Reddit

    Jan 7, 2021 · A relational database is one where the various tables have predefined relationships between them. For example, suppose you had a super-basic database for an online store with …

  4. How "big" does your data have to be before a relational database …

    The problem with relational databases is that was all we had before, so we had to shoehorn everything into a relational database even though the data was largely unrelated.

  5. What are the advantages of using NoSQL databases vs relational ...

    Jan 1, 2022 · Currently we are using MongoDb but the objects stored in the table seem to contain foreign keys to other objects. What reasons are there for using MongoDb vs relational …

  6. What database is good for a beginner? : r/SQL - Reddit

    Jul 2, 2023 · For beginners, it's recommended to start with a relational database management system (RDBMS). Two popular options are MySQL and PostgreSQL. MySQL is known for its …

  7. r/learnprogramming on Reddit: I completed every single …

    Feb 24, 2023 · Relational Database Certification This is actually my favorite certification in the entire curriculum. It’s taught very well with a lot of repetition, and the projects are nicely …

  8. Absolute cheapest Azure SQL Server/DB = Basic DTU? : r/AZURE

    Aug 12, 2023 · That's the cheapest relational database option in Azure. If you have a way to go non relational (I.e. document db ) you can go with Cosmos which has a very generous free …

  9. A List of Database Certifications Here : r/dataengineering - Reddit

    Jul 28, 2023 · CIW Database Design Specialist CIW has vendor neutral IT certifications focusing on web professionals, but it does offer a Database Design Specialist certification. This …

  10. How do you choose between relational database and non ... - Reddit

    May 23, 2023 · Use relational databases by default. Go with non-relational database to address special cases at-scale when you have a compelling reason to use them. The properties of a …