Data Structure
Java
Python
HTML
Interview Preparation
Tutorials
Courses
Tracks
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
Misc
7.7K+ articles
Databases
2.0K+ articles
SQL
1.4K+ articles
DBMS
1.3K+ articles
mysql
346+ articles
SQL-Server
319+ articles
MySQL
259+ articles
SQLmysql
50+ articles
SQL-basics
38+ articles
DBMS-SQL
531+ posts
Recent Articles
Popular Articles
Advanced SQL and Optimization Interview Questions - SQL
Last Updated: 02 September 2025
Advanced SQL and Optimization covers performance tuning and complex features that make SQL powerful. Topics include stored procedures, triggers, window functions, CTEs, in...
read more
SQL
DBMS-SQL
Data Manipulation and Querying Interview Questions - SQL
Last Updated: 21 September 2025
Data Manipulation and Querying (DML + Query Processing) in SQL focuses on how data is retrieved and modified. DML commands (INSERT, UPDATE, DELETE, MERGE) handle data chan...
read more
SQL
DBMS-SQL
Data Definition and Control (DDL + DCL + TCL) Interview Questions - SQL
Last Updated: 02 September 2025
Data Definition and Control (DDL, DCL, TCL) in SQL deals with structuring, securing, and managing transactions in a database. DDL defines objects (CREATE, ALTER, DROP), DC...
read more
DBMS
DBMS-SQL
SQL for Business Analyst
Last Updated: 23 July 2025
SQL (Structured Query Language) is a critical skill for business analysts. It allows them to extract, manipulate, and analyze data stored in relational databases. Whether ...
read more
SQL
DBMS-SQL
Business Analyst
GBlog 2025
SQL SUM() Function
Last Updated: 23 July 2025
The SUM() function in SQL is one of the most commonly used aggregate functions. It allows us to calculate the total sum of a numeric column, making it essential for report...
read more
SQL
DBMS-SQL
Databases
SQL Count() Function
Last Updated: 23 July 2025
In the world of SQL, data analysis often requires us to get counts of rows or unique values. The COUNT() function is a powerful tool that helps us perform this task. Wheth...
read more
SQL
DBMS-SQL
Databases
SQL AND Operator
Last Updated: 23 July 2025
In SQL, the AND operator is an essential tool used to combine multiple conditions in a WHERE clause. This allows us to filter records based on multiple criteria, making ou...
read more
SQL
DBMS-SQL
Databases
SQL RENAME TABLE
Last Updated: 23 July 2025
Renaming a table is a common and useful operation for database administrators and developers. It is especially useful when we need to correct a naming mistake, organize o...
read more
SQL
DBMS-SQL
Databases
Database Development Life Cycle
Last Updated: 06 August 2025
In computer systems, data are stored in file-based systems and database systems. File-based systems fail to effectively check data duplication, accuracy, and integrity, le...
read more
DBMS
DBMS-SQL
dbms
Databases
Database Design
How much SQL do you need to know as a developer?
Last Updated: 23 July 2025
For any software developers SQL is very essential to learn as they may come across a situation where they have to deal with SQL queries to manage data stored in the databa...
read more
GBlog
Picked
DBMS-SQL
GBlog 2024
Top 10 SQL Databases To Learn in 2025
Last Updated: 23 July 2025
In the domain of information technology, where data is superior, businesses strive to find ways of storing, manipulating, and interpreting their rapidly increasing amounts...
read more
GBlog
Picked
DBMS-SQL
Databases
GBlog 2024
GBlog 2025
SQL Tutorial
Last Updated: 20 August 2025
Structured Query Language (SQL) is the standard language used to interact with relational databases. Mainly used to manage data. Whether you want to create, delete, update...
read more
SQL
DBMS-SQL
Databases
Connect Express Application To MongoDB and MySQL
Last Updated: 19 September 2025
Integrating a database like MongoDB or MySQL with your ExpressJS application is very important for efficient data storage and efficient retrieval of data from the storage....
read more
Web Technologies
Picked
Node.js
Geeks Premier League
DBMS-SQL
MongoDB
Express.js
Geeks Premier League 2023
Difference Between ON DELETE CASCADE and ON DELETE SET NULL in DBMS
Last Updated: 23 July 2025
ON DELETE CASCADE and ON DELETE SET NULL are two important options in SQL foreign key constraints that define how the database handles related records in a child table whe...
read more
DBMS
DBMS-SQL
dbms
placement
SQL Query Interview Questions
Last Updated: 05 October 2025
SQL or Structured Query Language, is the standard language for managing and manipulating relational databases such as MySQL, Oracle, and PostgreSQL. It serves as a powerfu...
read more
SQL
DBMS-SQL
placement
Interview-Questions
1
2
3
4
...
36