How can we alter the data after creating a view
in teradata level primary in table level allows duplicates why?
iam confused to choose among testing, .net and java can anybody help me????????
What is a dialog based program
write a program on c(or)c++(or)java language i.e if i have 5 numbers like (10,24,3,9,15) i want to display highest number from these numbers
Diff between IF and where ?
How to rename A1-A30 datasets into B1-B30 using macros?
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 meant by life cycle of a business
1. What coding languages are you comfortable with?
Find out the list of roles which gives access to GUI activities? thanks in advance
Hi can you please help for the following. I have a ASP.Net web page I want to print the whole page how is it possible? I want It in ASP also.Please send me the solutions dipankar.hazari@gmail.com . Thanks in advance.
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.