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

    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 spread out …

  2. r/learnprogramming on Reddit: I completed every single certificate on ...

    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 integrated within …

  3. 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 relational …

  4. what is the best & cheapest and easiest DB you use ? : r/node

    Most data is relational, go with sql you will regret not being able to do queries on your data later on and Postgres and others can now do everything mongo got famous for doing. Tl;Dr: mongo is only …

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

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

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

    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 …

  7. How "big" does your data have to be before a relational database is no ...

    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.

  8. 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 certification focuses …

  9. What database should i use with node. : r/node - Reddit

    Nov 22, 2021 · PostgreSQL is a great choice for a relational database! Having said that, you need to decide on a storage architecture before actually selecting a tool-set. An ORM is a popular choice if …

  10. 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 simplicity and …