Results for "mysql"

6 / 34 posts

Search: mysql

Filter by Category

SQL

What difference between between MySQL and MSSQL

Feature MySQL MSSQL Ownership Oracle Corporation Microsoft Licensing Open-source (GPL) and commercial versions Commercial with free Express Edition Operati…

mysql
Match in titleMatch in tagsMatch in content
Mar 19, 2026 2 min read
SQL

Variables In MySQL

...on of SQL queries. There are two main types of variables in MySQL: Session Variables : Ses…

mysql
Match in titleMatch in tagsMatch in content
Mar 19, 2026 1 min read
SQL

Functions in MySQL

In MySQL, a Function is similar to a Stored Procedure but with some key differences. Functions are used to perform calculations or operations and return a …

Match in titleMatch in content
Mar 19, 2026 1 min read
SQL

Stored Procedure in MySQL

Syntax for Creating a Stored Procedure DELIMITER // CREATE PROCEDURE procedure_name (IN param1 data_type, OUT param2 data_type) BEGIN -- SQL statements END…

Match in title
Mar 19, 2026 1 min read
Pandas

Pandas for Python Developers: The Complete Guide (Part 1 — Fundamentals)

Meta Description: Master Pandas from scratch. Learn Series, DataFrames, I/O operations, and essential data manipulation with real-world examples. The only gu...

pandas python data science
Match in contentMatch in code
Apr 15, 2026 21 min read
Data Warehouse

What are Data warehouse, Data Lake ,data mining and DataMart and MetaData

Why a Data Warehouse? (Data Warehouse ki zarurat kyu hoti hai?) Aaj ke time me companies ka data multiple sources me store hota hai, jaise: • SQL Server da…

ai data data mart
Match in contentMatch in code
Mar 19, 2026 7 min read