top of page
Search
The Tech Platform
Jan 25, 2022
Top 5 Programming Languages for Cyber Security
Cyber security is the application of technologies, processes and controls to protect systems, networks, programs, devices and data from...
The Tech Platform
Jan 24, 2022
Introduction to Database Design.
Database Design is a collection of processes that facilitate the designing, development, implementation and maintenance of enterprise...
The Tech Platform
Jan 12, 2022
SQL Injection : What are the Types of SQL Injection. How to Detect and Prevent SQL Injection
SQL injection, also known as SQLI, is a common attack vector that uses malicious SQL code for backend database manipulation to access...
The Tech Platform
Nov 15, 2021
Deploying a Database on Azure SQL
Azure SQL Database is a Platform as a Service (PaaS) offered by Microsoft Azure. Hence, you need the Azure subscription to use this SQL...
The Tech Platform
Oct 19, 2021
What is Data Wrangling? Process, Tools and Techniques.
Data wrangling is “the process of programmatically transforming data into a format that makes it easier to work with. This might mean...
The Tech Platform
Aug 4, 2021
Recursion in SQL Explained Visually
It’s common to store hierarchical data in SQL and recursive queries are a convenient way to extract information from such graphs....
The Tech Platform
Aug 2, 2021
How to create a microservice
To create a microservice, we need access to the following tools - Visual Studio (For implementing C# based code for the service) SQL...
The Tech Platform
Jul 5, 2021
New Features In MS SQL Server 2019
In this article, we will cover all the new feature in SQL Server 2019. The previous version of SQL 2017 came with support for Linux...
The Tech Platform
Apr 16, 2021
What are Joins in SQL? With Examples
In this article, we will explore the concept of joins in SQL and provide clear examples to illustrate their usage. What are Joins in SQL?...
The Tech Platform
Apr 13, 2021
How to use DROP command to remove tables in Oracle, MySQL and SQL Server
The DROP command is an SQL statement used to remove or delete objects, such as tables, views, indexes, or other database objects, from a...
bottom of page