hi
anyone please help me
my requirement is:
now create table and do that if exists than update not exists insert and record exists in destination table and not exists in source table please delete.
my source and destination table is Student table
that Student table Structure is :
ID int not null, name varchar(50),address varchar(50)
please help me and send me query