Nitish singhsinghnitish.hashnode.dev·Nov 19, 2024Understanding Database Management SystemsHey everyone, Welcome back to another Article. Today, we are going through the definition of a Database Management System (DBMS), its types, features, and real-life applications. A Database Management System is a software tool that helps users to m...DiscussDBMS
Mahira Technology Private LimitedPromahiratechnology.hashnode.dev·Nov 15, 2024Snowflake Newbies: How to Easily Create a Reader Account in the Web UIOver View :- Remember your first time seeing snow? The excitement, the curiosity, and maybe a bit of confusion about how to make that perfect snowball? Well, embarking on your Snowflake journey can evoke similar emotions. The goal is to have fun and ...DiscussReader Account
Bryan Samuel JamesforBryan's Order Processing System blogorder-processing-system.hashnode.dev·Nov 12, 2024Mastering Order Processing Systems: A Comprehensive Guide to Building Efficient Business Solutions with PythonPart 6: Creating the User Interface - Introduction to Tkinter Introduction To make our order processing system user-friendly, we’ll build a graphical user interface (GUI) using Tkinter, Python's standard GUI toolkit. Tkinter allows us to create windo...Discuss#OrderProcessing
Shrinivas VishnupurikarforData Engineering w/ ShrinivasV73data-engineering-with-shrinivasv73.hashnode.dev·Nov 12, 2024SQL Transactions and ACID properties; simplified like never before.Understand What Transactions are with Cars! A Transaction in SQL is group of single task / multiple tasks that is / are labelled as single unit of execution / operation. Each transaction begins with a specific task and ends when all the tasks in the ...DiscussSQL
Mahira Technology Private LimitedPromahiratechnology.hashnode.dev·Nov 11, 2024Mastering Data Integration: Create the External Function for AWS in SnowflakeIntroduction :- Harnessing the power of Snowflake and AWS together can significantly enhance your data operations. This guide will walk you through the process of creating an external function in Snowflake, integrated with AWS services. Prerequisites...Discusssnowflake
Ankan Sahaaxiodb.hashnode.dev·Nov 2, 2024Introducing AxioDB: A Lightweight, JSON-Based Open-Source DBMS for Modern DevelopmentIntroductionEvery developer needs a fast, flexible, and easy-to-use database for managing JSON data. Existing solutions often have complex setups or require unnecessary overhead for small to medium-scale applications. That’s why I created AxioDB—a JS...Discuss·45 readsDatabases
Jatinjatin2231.hashnode.dev·Oct 29, 2024Connecting Golang with PostgreSQL and Using It with TableauIn this blog post, we'll explore how to connect a Go application with a PostgreSQL database and visualize the data using Tableau. We'll cover best practices, a recommended folder structure, and provide step-by-step instructions to set up everything y...Discuss·1 like·45 readsGoLangProgramming
Mahira Technology Private LimitedPromahiratechnology.hashnode.dev·Oct 29, 2024Breaking Down the Process: How to Seamlessly Connect to Snowflake Using SnowCLI on Linux OSOverView :- In the rapidly evolving world of data storage and management, Snowflake stands out for its advanced capabilities and flexibility. To harness the full power of Snowflake, understanding and utilizing the SnowCLI (Command Line Interface) is ...Discusssnowcli
Younis Ahmedyounis.hashnode.dev·Oct 29, 2024Introduction to SQL Language: SQL Syntax and Command StructureSQL, as a declarative language, is designed with an intuitive syntax that resembles natural language. This design philosophy allows users to express their data management needs succinctly and clearly. In this section, we will delve deeper into the st...DiscussDatabasedatabasemanagement
Younis Ahmedyounis.hashnode.dev·Oct 28, 2024Introduction to SQL Language: Unlocking the Power of Data ManagementOverview In the realm of data management, SQL (Structured Query Language) stands out as a cornerstone of interacting with relational databases. Since its inception in the 1970s, SQL has grown into a powerful programming language tailored for managing...DiscussDatabaseSQL