Anmol Kumarthemernnoob.hashnode.dev·Sep 23, 2023Top 100 DBMS Interview Question for freshersWassup Folks! So,Today you are here for Interview preparation? hmmm! Let me tell you that you are at the best or I should say at the 'most to the point' article on internet so far for DBMS preparation. Here you will get all the questions around Datab...Discuss·1 like·75 readsDBMS
Ashutosh Kurwadeashutosh25.hashnode.dev·Sep 18, 2023MongoDB ReplicationWhat is MongoDB Replication? In simple terms, MongoDB replication is the process of creating a copy of the same data set in more than one MongoDB server. This can be achieved by using a Replica Set. A replica set is a group of MongoDB instances that ...DiscussMongoDB
Ayesha Gullayeshaiq.hashnode.dev·Sep 18, 2023Modeling Relational Data in NoSQL FirestoreIntroduction: Firebase Firestore is a NoSQL database service provided by Google Cloud that allows developers to build scalable and real-time applications. Although Firestore is excellent at managing unstructured data, modeling relational data can be ...Discuss·34 readsFirebase - Building Dynamic Web & Mobile AppsFirebase
Sabine Ryhnerappdevmaster.hashnode.dev·Sep 15, 2023Demystifying SQL vs. NoSQL: How to Choose the Perfect Database for Your ProjectSQL Databases: SQL databases are known for their structured, tabular data format. They are ideal for scenarios where data consistency, integrity, and relationships between tables are critical. Let's consider a simple example using SQL: -- Creating a ...Discussios app development
DbVisualizerforThe Tablethetable.hashnode.dev·Sep 14, 2023Bridging the Gap Between SQL and NoSQL in PostgreSQL with JSONPostgreSQL, a popular open-source relational database system can be used as a hybrid database to handle both structured and semi-structured data. PostgreSQL's support for JSON and JSONB object types allows for flexible data modelling and can solve ma...DiscussPostgreSQL
Shreya Srivastavathisisshreya.hashnode.dev·Sep 12, 2023SQL Server vs PostgreSQL vs NoSQL DatabaseThis article covers the concepts, features and differences between the databases, namely SQL Server, PostgreSQL and NoSQL databases. Prerequisites Some knowledge about SQL Server and NoSQL What is a database? A database is an organized collection o...DiscussSQL Server
skyLTTskyltt.hashnode.dev·Sep 10, 2023MongoDB Fundamentals: Part 1 - Getting to Know the BasicsToday's article is about MongoDB basic. where I will cover CRUD operations Let's first discuss what MongoDB is and why we need it. MongoDB is a NoSQL database that stores data in a JSON-like format called BSON, which is a binary representation of JSO...Discussmongodbshell
Sumit Mondalsumit007.hashnode.dev·Sep 9, 2023DynamoDB: The Cosmic Force Behind Your DataIn the vast digital universe, where data reigns supreme, the need for a reliable and scalable database solution is paramount. In this interstellar landscape, Amazon Web Services (AWS) DynamoDB emerges as the cosmic force that powers some of the most ...DiscussNoSQL
Shivkaraman Sshivkaraman.hashnode.dev·Sep 6, 2023MongoDB Essentials in 20 MinutesIntroduction MongoDB is a popular, open-source, NoSQL database management system that is designed to store and manage large volumes of unstructured or semi-structured data. MongoDB is known for its flexibility, scalability, and ease of use, making it...DiscussMongoDB
Gaurav Pandeystranger7.hashnode.dev·Sep 5, 2023SQL vs. NoSQL: The Beginner's GuideHiiii peeps This is not a very technical blog I've written it in such a way that a newbie to this can understand it with daily life examples, Have a happy read. Introduction: Alright, folks, gather 'round! Today, we're diving into the world of databa...Discuss·1 like·26 readsSQL