Python Related (3312)
PHP Related (7341)
Scala (340)
R Programming (396)
Kotlin (184)
Apache Groovy (39)
Ruby (245)
Go Programming Language (139)
Objective-C (429)
Programming Languages AllOther (746) What is CALLBACK? How it work? what is the advantage of CALLBACK, please explain with an example
6 30973Design a program using an array that lists even numbers and odd numbers separately from the 12 numbers supplied by a user.
8 25007Design a program using an array that searches a number if it is found on the list of the given input numbers and locate its exact location in the list.
4 7456Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
2337What is the difference between big endian form and little endian form? write a code to convert big endian form to little endian and vice versa..
5 13331
Tell me what flask is and its benefits?
How to create a web form?
Does go support generic programming?
What is main function in c?
How a string is stored in c?
How to move a string into a TMemoryStream or TFileStream?
How to reload a python module?
How do you check if a variable has not been set in php?
How do I setup localization for an application?
Why should you adopt R programming language?
What is cms in magento?
How does python input work?
What is mvc laravel?
How do I update wordpress automatically?
hi all, i need ur help in preparing a sql which performs scd2, i mean i have a scd2 mapping i need a sql which can give me same result as scd2 mapping, SRC table: cust_no, loc 01 abc 02 xyz TGT table: pm_ky cust_no loc current_flag 1 01 abc Y 2 02 xyz Y cust 1 has changed his loc to xyz then it loads into TGT table as below, pm_ky cust_no loc current_flag 1 01 abc N 2 02 xyz Y 3 01 xyz Y i need sql to get the above result, hope got me question, Any suggestion will be appreciate.. thanks, Vinod