enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. I completed every single certificate on FreeCodeCamp. Here's a...

    www.reddit.com/r/learnprogramming/comments/11air3a/i_completed_every_single...

    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 the lessons. I learned so much. This certificate teaches the basics of relational databases (using PostgreSQL), of course. But also nano, bash ...

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

    www.reddit.com/.../ksniwd/eli5_what_is_the_difference_between_a_relational

    A relation is a structure of tuples that share well-defined and identically-defined attributes. The obvious implementation of that is when a table is a collection of records with well-defined and identically-defined fields. Short version: a relational database has row-oriented tables.

  4. nba-sql: A Relational NBA Database : r/nba - Reddit

    www.reddit.com/r/nba/comments/lyulnv/nbasql_a_relational_nba_database

    The CSVs provided can be used to make a similar database to this, I think, but this one will do the 'boring' work of building the schema. Lahman's goes waaaaaay back too. This one only goes back to 1996-97, because that is all the NBA's API will go back.

  5. What are some good books or resources for relational database ......

    www.reddit.com/r/Database/comments/s5rrog/what_are_some_good_books_or...

    Knowledge of internal workings of a Database is also helpful in design. Check these 2 books, Database Internals. Designing Data-Intensive Applications. David Hay's. Enterprise Model Patterns. This is a beast of a book, but has some great patterns. Conventions of Thought. More stuff on MRP.

  6. BEC Notes & Relational Database sample SIM. : r/CPA - Reddit

    www.reddit.com/r/CPA/comments/1755rl1/bec_notes_relational_database_sample_sim

    BEC Notes & Relational Database sample SIM. Am still awaiting my results. All of these are from the Becker FB page, made slight updates while I was studying for the exam - found them helpful during my revision. Hope the below notes would be useful for folks who are currently preparing for BEC. Update - I did end up passing with an 83, am ...

  7. Intro to relational databases : r/SophiaLearning - Reddit

    www.reddit.com/r/SophiaLearning/comments/15vv3ex/intro_to_relational_databases

    Illustrious-Jump-447. • 1 yr. ago. I agree with you. Here's a tip, if you haven't finish the class yet, use chatgpt and other sources like w3schools. I've taken the class a week ago and tried to retain information; the study material is great, but the challenges and milestone are setup in a way to fail anyone, except someone experienced with SQL.

  8. Relational Database Design Book : r/SQL - Reddit

    www.reddit.com/r/SQL/comments/193paeo/relational_database_design_book

    Estimated Publication: Summer 2024. ISBN: 9781633437418. Pages: 350 (estimated), printed in black & white. Development: Grokking Relational Database Design is your friendly, illustrated guide to designing and implementing your first database. Whether you are a software developer, a data scientist, or a business user keen on enhancing your data ...

  9. Sophia Intro to Relational Databases : r/WGU_CompSci - Reddit

    www.reddit.com/r/WGU_CompSci/comments/soytd0/sophia_intro_to_relational_databases

    I have minimal experience with SQL & databases and it gave a very basic understanding of performing queries and database design. The first half of the course is much easier than the second half. Specifically the 5th unit on normalization is pretty hard.

  10. Relational database versus graph database : r/Database - Reddit

    www.reddit.com/r/Database/comments/plkkgs/relational_database_versus_graph...

    Remove r/Database filter and expand search to all of Reddit. r/Database. • 2 yr. ago. ellazal. Relational database versus graph database. Hello everybody! Here's that relational vs graph database comparison article I promised I'd put together some time ago. Would love to hear your thoughts!

  11. ELI5: How do relational databases work? : r/explainlikeimfive -...

    www.reddit.com/.../comments/bv6cyz/eli5_how_do_relational_databases_work

    This is the core of relational databases but on paper. You have more than one table written down, and you have IDs or keys for each row in the tables that you can use to relate two or more tables together. There's a lot more going on in relational database than this, but this is kind of the heart of it. 6. Award.