Gedion Danielblog.gediondaniel.dev·Dec 11, 2024Amazon Aurora Global DatabaseIntroduction Amazon Aurora Global Database is a powerful database solution that helps businesses run their applications worldwide. This guide will explain how to get started with Aurora in simple terms. What is Amazon Aurora? Amazon Aurora is a cloud...DiscussAWS
Vedant Sagolaledbforpuredevelopers.hashnode.dev·Dec 11, 2024DDL and DML commandsDDL (Data Definition Language) Commands DDL commands are used to define, modify, and manage the structure of a database and its objects (such as tables, schemas, etc.). CommandDescriptionExample CREATECreates a new database object (table, view...DiscussSQL
Samana Butool Mirzafrom-procrastination-to-progress.hashnode.dev·Dec 11, 2024Navigating Databases: From SQL to NoSQLHey Folks! In the world of development, understanding which database system to use for a project can make a huge difference in performance, scalability, and flexibility. As a developer who’s worked extensively with both SQL Server and MongoDB, I’ve e...DiscussSQL
Ngozika Nwaneriamiriltd.hashnode.dev·Dec 10, 2024Finally! A Shared-Cache Solution Based on SQL Server Cache!source code: https://github.com/amiriltd/hybrid-output-cache Its no secret that Output caching can significantly improve the performance and scalability of an app by reducing the work required to generate responses from the server. Theoretically, Mic...Discuss·54 readsCost Effective Efficiencyhybridcache
LordOfDarknessdevtriet.hashnode.dev·Dec 9, 2024Day 5: Mastering Data Manipulation in SQL - A Journey into Database ManagementUnderstanding Data Manipulation: The Core Operations Data manipulation in SQL is like conducting an orchestra of information. Each operation - INSERT, UPDATE, and DELETE - plays a crucial role in managing the harmonious flow of data within a database...DiscussSQL
LordOfDarknessdevtriet.hashnode.dev·Dec 8, 2024Day 4: Crafting Database Foundations - Creating and Managing TablesBuilding on our journey through SQL, today we dive into a critical skill: creating and managing database tables. Think of this as designing the architectural blueprints for our digital information storage. Recap of Our SQL Journey In the previous day...DiscussSQL
LordOfDarknessdevtriet.hashnode.dev·Dec 5, 2024Unlocking SQLite (Day 3): Essential Data Retrieval Techniques for Lightweight DatabasesHey there, data adventurer! Remember our last SQL journey? We set up our digital workspace and laid the groundwork for something bigger than just this tutorial series. Now, it's time to turn those foundational skills into something real and exciting ...Discuss·5 likesSQL
LordOfDarknessdevtriet.hashnode.dev·Dec 3, 2024Kickstart Your SQL Journey: Setting Up Your SQLite Environment on Day 2If you’re just starting with SQL, SQLite is one of the best database systems to use. Its lightweight, serverless architecture makes it easy to set up and perfect for small-scale projects or learning SQL fundamentals. On Day 2 of your SQL journey, we’...Discuss·5 likesSQL
Cyrille N'DAH23cyy.hashnode.dev·Dec 2, 2024Installer SQL Server sur Windows 11 : Résoudre le problème de taille de secteur de disqueSi vous essayez d'installer Microsoft SQL Server 2022 sur un système Windows 11 et que vous rencontrez l'erreur suivante : Programme d'installation de Microsoft SQL Server 2022 Erreur :Échec de l’attente du handle de récupération du moteur de base d...DiscussSQL Server
LordOfDarknessdevtriet.hashnode.dev·Dec 1, 2024Introduction to SQL: Day 1 - A Beginner's Guide to DatabasesIt is known in the programming world that there are a variety of languages for a diversity of tasks. We, as humans, can’t master every single programming language out there. We can just look at each of them and learn the basics. So, over the next 15 ...Discuss·5 likesSQL