Iqra Technology

C# Example

HTML CSS Bootstrap JavaScript C# SQL Salesforce Admin Exercise Study Material Live Session ✔ C# Tutorial C# History C# Features .Net Framework Introduction to IDE C# Example C# Program Excecution ✔ C# Basic C# Variables C# Identifiers C# Data Types C# Numeric C# Floating Point C# Math Class C# String C# Escape Sequence C# Verbatim […]

C# Example Read More »

Introduction to IDE

❮ Previous Next ❯ Integrated Development Environment (IDE) Visual Studio is like a super toolbox for computer programmers made by Microsoft. It helps them do many things like writing and fixing code, managing projects, and more. It’s great because it works with lots of different programming languages and can be used to make programs for

Introduction to IDE Read More »

SQL Trigger

❮ Previous SQL Editor Next ❯ SQL Trigger A trigger is a set of SQL statements that reside in system memory with unique names. It is a specialized category of stored procedure that is called automatically when a database server event occurs. Each trigger is always associated with a table. A trigger is called a

SQL Trigger Read More »

SQL Full Join

❮ Previous SQL Editor Next ❯ SQL Full Join The SQL full join is the result of combination of both left and right outer join and the join tables have all the records from both tables. It puts NULL on the place of matches not found. SQL full outer join is used to combine the

SQL Full Join Read More »