you have a requirement from client, he has an XML file and you need to insert the data into 5-6 tables in database. explain me the procedure.
2 7543What will happen when Mapping variable and Mapping parameter is not defined or given? Where do you use mapping variable and mapping parameter?
10 36592i have two flat files.. containing same type of data i want to load it to dwh..how many source qualifires i need
7 25838Hi, Can anybody please explain me the flow of the below query. I am not able to understand how this query works. This query is for finding the Nth highest salary.. SELECT DISTINCT (a.sal) FROM EMP A WHERE &N = (SELECT COUNT (DISTINCT (b.sal)) FROM EMP B WHERE a.sal<=b.sal); If N = 2 then second highest salary will be the o/p. If N = 3 then third highest salary will be the o/p. and so on.. Thanks, Nitin
5 14824What is the main data object present inbetween source and target. I answered Mapping. Transformation etc.. But it is not the answer. So please give me an apt answer. Thanks in advance
15 34664Post New Deloitte Interview Questions
what are questions asked in TCS for database tester (sqlserver)for 2-3 exp?
What is the best email software for windows 10?
What is the use of the content query web part in sharepoint?
Is microsoft access free?
What is a transistor? What are its applications?
What are apache modules?
Hi guys! Plz help me to answer the following questions. 1. What are the types of transmission line energy losses? 2. Why are the VLF are used some types of services? 3. What frequencies are used for reliable beyond the horizon terrestrial communication without repeaters? 4. To permit selection of 1 out 16 equi-probable, what is the number of bitis required? 5. What is the most common modulation used for telegraphy? 6. What is the multiplexing is used to increase the capacity of the optic fiber? Thanks
What is the namespace to create thread in .net?
How much does it cost to build a server?
What are the difference between array_keys() and array_key_exists() in php?
Roads concatenation Problem
Consider we have some GIS (Geo Information System) operating
over some road network. Each road represented as array of
two-dimensional geographical points. Road network is a set
of roads.
System has function called Concatenate(). This function
takes raw road network and should return optimized road
network. Optimization lies in concatenating roads with
matching start or end points, i.e. if road AB end point
matches road BC start point, then optimized network should
contain concatenated road AC. Optimized network shouldn’t
contain two roads which can be concatenated.
Your task is to suggest set of test cases for Concatenate()
function in order to make sure it works correctly.
public interface IPoint
{
double Lat { get; }
double Lon { get; }
}
public Road : List
How do I make a table in word 2007?
Explain the different types of organizational determination rules?
What is xml sql?
How does hashing happens in teradata?