how to get the maximum among two tables,for example table 1 (dep1) have (emp_id,emp_name,salary) columns and table 2 (dept2) have (emp_id,emp_name,salary) columns,i want which employee have the maximum salary among two tables?
9 28941Post New Lason SQL Server Interview Questions
What is the difference between the keyword view and expert view?
How can I get free .NET add-in for QTP9.2. What is the process to install any add-in?
What are the complementary base-pairing rules for biology?
How to recreate the index on a firebird table?
What is Sqoop Import? Explain its purpose?
How convergengr of nr method is not dependent on selection of slack bus and how gauss siedel method depends?
plz send all previous question papers for SBI clerical post.My email id is mechabhilash6@gmail.com
what is Polymorphic Association in Ruby on Rails?
How to handle sessions in codeigniter?
How can I speed up my VB database application?
What is core java and j2ee?
What is difference between javascript and jscript?
Explain the function of alert manager?
Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == ) y-= 7; else y = 8; if the value of x is 4 before the nested IFs are executed, what is the value of y after the nested IFs are executed?
How will I MOve Comp-1 variable into next variable without using Move statement?