top of page
Search

The Tech Platform
Jul 28, 2023
Explore SQL INSERT Statement
Data entry forms the backbone of any database management process. For SQL beginners, the SQL INSERT statement is the gateway to...

The Tech Platform
Jul 27, 2023
How to use SQL WHERE and HAVING clauses together?
The SQL language includes various clauses that allow users to filter and manipulate data effectively. Two essential clauses in SQL are...

The Tech Platform
Jul 25, 2023
What is VARCHAR in SQL?
If you are just starting to explore SQL, you may be wondering, "What is VARCHAR in SQL, and how does it stand apart from other character...

The Tech Platform
Jul 24, 2023
Having vs Where in SQL: Understand the Difference and Best Use Cases
SQL (Structured Query Language) is a powerful tool for managing and querying relational databases. It allows users to retrieve,...

The Tech Platform
May 30, 2023
Developing a Versatile Inventory System with Dapper, Categories, and Custom Attributes
The objective of our project is to develop a simple yet versatile inventory system. Our aim is to create a generic inventory system that...

Sofia Sondh
May 29, 2023
SQL Data Types
In SQL databases, data types play an important role in defining and managing information. This guide explores the purpose and usage of...


Sofia Sondh
May 29, 2023
Introduction to SQL Joins
SQL joins are a fundamental aspect of working with relational databases. They allow us to combine data from multiple tables based on...

The Tech Platform
May 29, 2023
What is PL/SQL? Explained
The full form of PL/SQL is "Procedural Language extensions to SQL". PL/SQL is a programming language designed specifically for the Oracle...

The Tech Platform
May 26, 2023
Difference between PAD_Index and FillFactor in Database Optimization
In the realm of database management, optimizing storage and performance is a critical task. Two key concepts that contribute to this...

Sofia Sondh
Apr 25, 2023
SQL Query Optimization: Tools and Techniques for Better Performance
SQL (Structured Query Language) is a popular tool used by organizations to manage and analyse a large amount of data. SQL allows users to...
bottom of page