what is woransient key word? how it is used in java
No Answer is Posted For this Question
Be the First to Post Answer
< No Frames > tag is used for
6.int x=10; float y=20; a=x%2=? b=y%2=?
Caret means to you
When you deliver your C++ headers and C++ library of a class (what all can you change in the class so that application using your class does not need to recompile the code)
ok how would i do the following extract from a file i have ssns = 267907230 which are in column 7 into a separate data set then create a 2nd job step to extract from the data set created the following "fund code" which is in column 31 and is 113 into yet another data set
write a query that returns one row for each department and the number of employees in that department. Given two tables EMPLOYEE and DEPARTMENT, where there can be multiple employees per department.
differenc between visual studio 2005,2008 & 2010?
Diff between IF and where ?
can we use commit,rollback in triggers and how?
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.
what are other resources are needed for this mantis?
which of the following is efficient in terms of space a. insertion sort b. quick sort c. selection d. both a and c