Fortran cannot have value by reference True or False?
Answers were Sorted based on User's Feedback
What is meaning of web application. & the purpose of web application. with description.
SAS question: I have 50 fils a1,a2,...,a50. the primary key is upc. then if i want to merge all 50 files, the code is as follows, data test; merge a1 ... a50; by upc; run; we know that writing all 50 files name is time consuming, is there any standard format of this code?
what is the certificates in biztalk?
What is web.configuration? how is it work? & wht is use this?
What r the attributes using in Win Runner?
0 Answers Tavant Technologies,
how we can connect applet with database?
In java without use of main() how to execute the program
how many logical drive we can form to physical device in our computer?
how can i create report in abap to insert data in table pa0002 using insert command
Explain recursion with an example.
What is the GAC? What problem does it solve?
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.