what are the steps for creating prompt table dynamically for
the specified field
No Answer is Posted For this Question
Be the First to Post Answer
There are 2 tables: EMP : EmpId, Ename, Sal, DeptId DEPT : DeptId, Dname Write a query to find out emp names and their department names. if any emp has null in Deptid the it shows ?No Department?. Write a query to find out those department names which has no employee. Write a query to find out those employees whose salary is greater than their department?s average salary.
6.int x=10; float y=20; a=x%2=? b=y%2=?
hi friends please tel me how to handle the recovery manager(All i.e PopUp ,Application Crach ,Object state,etc) in QTP
Can any one give an example (Source Code) on virtual function implemetation in Java?
Suppose i have all the implementation code required is written in doGet() but my class has doPost() method. i need code implemented in doGet() how can we do that?
Difference between abstract class and Interfaces in Java
9 Answers Nest, Persistent, Yantro Software,
this question is from sas:what is the difference between FILE and INFILE statements? plz explain in brief?
1. Consider the following code in our example assembly language: ; an example bit of assembly code ROOT: W FATHER FATHER: W SON1 W SON2 SON1: W NIL W NIL ; ---------------------- SON2: W GRANDSON W NIL GRANDSON: W NIL W NIL NIL = 0 Assemble this code carefully following the two pass model, and show the symbol table at the point marked by the dashed line during each pass.
what is d main diff between the java and .net framework
which of the following is efficient in terms of space a. insertion sort b. quick sort c. selection d. both a and c
What is the purpose of <Trigger> element of <updatePanel> in Ajax
what are all the validation we need to perform in data stage?