Click here to Skip to main content
15,885,847 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have 4 tables

StdntBtech,StdntPg,StdntUg,StdntDip

i have to insert values into StdntBtech if the course name is BE or Btech
similarly

i have to insert values into StdntPG if the course name is MCA or MSc
similarly
i have to insert values into StdntUg if the course name is BSc

similarly
i have to insert values into StdntDip if the course name is Diploma

i have given instruction to insert values in a single stored procedure using case statement


What is the solution for this?
what will be the syntax of this and the select statement?
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900