Sudesh Rajendra Sawantdatawithsql.hashnode.dev·Jan 30, 2025Introduction to SQLStructured Query Language, commonly known as SQL, is a powerful tool used for managing and manipulating relational databases. Whether you're a budding data analyst, a software developer, or just someone curious about data management, understanding SQ...structured query language
Himesh Parasharblog.himeshparashar.com·Jan 26, 2025Codd’s 13 Rules, a Dad’s Love, and the Tech That Runs Your World: The Untold Story of RDBMSPrologue: Why RDBMS is the OG of Data Imagine a world where organizing data meant wrestling with punch cards or navigating labyrinthine file systems. Enter Relational Database Management Systems (RDBMS)—the unsung heroes that turned chaos into order....SQL
Shivam Dubeycodefarms.in·Jan 20, 2025Introduction to Relational Databases: A Beginner’s GuideIf you've ever heard terms like "database," "tables," or "SQL" and wondered what they mean or why they're important, you're in the right place. Databases play a critical role in managing and organizing data, making them an essential component of mode...Postgresintro to rdb
Emmanuel Oyiboemminex.hashnode.dev·Jan 11, 2025What is a Relational Database?A relational database is a type of database that stores and organizes data points with defined relationships for easy access. It structures data into tables, which consist of rows and columns. Each table, also known as a relation, represents a specif...10 likesSQL
Amuthasathya Rajendiranmysqlbasics.hashnode.dev·Jan 7, 2025Changing User passwordAfter creating a user account, the next step is learning how to change the password. Changing passwords is necessary to ensure the security of the database system. There are three methods to change the password. One of these three statements can be u...MySQL BasicsMySQL
Amuthasathya Rajendiranmysqlbasics.hashnode.dev·Jan 5, 2025Creating and removing users on MySQLCreating users The CREATE USER command is important in MySQL for creating new user accounts that can access the database. The database administrators use this command to define which users are authorized to connect to the MySQL server and specify the...MySQL BasicsMySQL
Amuthasathya Rajendiranmysqlbasics.hashnode.dev·Jan 4, 2025Introduction to MySQLMySQL is an open-source relational database management system (RDBMS) developed by Oracle Corporation. It uses Structured Query Language (SQL) for database management. MySQL is widely used for various applications, from small websites to large-scale ...MySQL BasicsMySQL
Amuthasathya Rajendiranmysqlbasics.hashnode.dev·Jan 3, 2025Relational Data Base Management SystemRDBMS is based on the relational data model, which stores data in the form of rows(tuple) and columns(attributes). These rows and columns together form a table(relation). A relational database uses SQL for storing, manipulating, as well as maintainin...MySQL BasicsRDBMS
Dhruv Moradiyadhruvmoradiya.hashnode.dev·Nov 18, 2024Day 44: Relational Database Service in AWSAmazon Relational Database Service (Amazon RDS) simplifies setting up, operating, and scaling databases in the cloud. It automates tasks like hardware provisioning, database setup, patching, and backups. In this blog, we’ll walk through how to create...90DayofdevopsRDBMS
Ankur sainiankur0213.hashnode.dev·Nov 17, 2024SQL Unleashed: Mastering Data with Precision and PowerThis sounds odd when i say that i am a Backend Developer with no knowledge of SQL database. But it true when i start learning MERN tech stack i had learn MongoDB for tech stack and have to start working on MongoDB. Which follow NoSQL architecture. Bu...#slq