How do you find value of first column before inserting value
into the second column in the same table for checking that second column must have different value than first column.
Answers were Sorted based on User's Feedback
Answer / ankita upadhyay
by using lookup function
syntax-
LOOKUP(lookup_value,lookup_vector);
lookup_value-contain the name of field(like id) about which you have to find info
lookup_vector-contain a range of row or column which contain value of respective ids
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / satish
Please help me.
Does we write trigger.
Or procedure or
anything else.
Is This Answer Correct ? | 0 Yes | 2 No |
Do you know what are the steps to process a single select statement?
what is IDE,DMV in sql server?
What is sql server replication? : sql server replication
What is optimistic concurrency?
Define model database?
Why do we use non clustered index?
Explain the difference between HTTP and HTTPS in database?
Is natural join and equi join same?
What is onf in normalization form?
What are the restrictions that views have to follow?
What is user-defined multi-statement table-valued function?
What is @@error in sql?