SQL Practice SET 2
#1 Create a table With name as Employee: Empid EmpName Department ContactNo EmailId EmpHeadId 101 Isha E-101 1234567890 isha@gmai…
Continue Reading#1 Create a table With name as Employee: Empid EmpName Department ContactNo EmailId EmpHeadId 101 Isha E-101 1234567890 isha@gmai…
#1 Create table in SQL with table name "Employee" with the column name given below EmpId FullName ManagerId DateOfJoining City 100 Salman 321 2019-01-31…
Below are the some tips on how to learn Duck Creek: Start with the Basics : Before you can learn Duck Creek, you need to have a good understanding of the basics of insurance software. This includ…
In this program, application is going to take string as user input and going to revert the string. using System; using System.Collections.Generic; using System.Linq; namespace ConsoleApp { class ReverseCharacters { public static void Main(…
Write a program to print Even number in C# ? In this program we are going to create one sample program to print even number in C# application and even number will be display on the screen until it reaches your target number. There are two possible ways to pri…
Why Duck Creek ? Niche Technology Good Package Very Less number of professional in the world Spreading across the world rapidly Good exposure High Onsite Opportunity Strong competitor to Guide Wire. Easy to learn and understand More job opportunity across t…
What is Duck Creek ? Duck Creek is a property and causality Insurance platform which is used for Every day operations for a carrier. It has policy Management system, which allows to authorized user to create quotes. It has built in mechanism for different…
Advantage a nd disadvantage of Cloud Computing :- As you all know that cloud computing is trending technology. Almost every company switched their services on the cloud to rise the company growth. lets have below certain advantage and disadvantage of using c…
What is Cloud : The term refer to a network or the internet. What is Cloud Computing : Cloud Computing is a technology that uses remote servers on the internet to store, manage, and access data online rather than local drives. the data can be anything such…
Triggers :- Definition : A trigger is special type of stored procedure that automatically run when insert update and delete event fired on table. Syntax : Create Trigger Trigger_name on Table_name AFTER {INSERT, UPDATE, DELETE} as { SQL Statement } Trigger_…