Programming Languages (22694)
Scripts (9280)
Networking (2571)
Microsoft Related (21566)
Databases (16615)
Operating Systems (12022)
Testing (17995)
Servers (1375)
MainFrame (6620)
Java Related (15396)
Middleware (526)
Web Related (7038)
Data Warehouse (8975)
HR Questions (2698)
Software Design (1923)
Debugging (73)
Version Control (464)
Editors (229)
Telecom (1164)
ERP CRM (26424)
Embedded Systems (1221)
Client Server (333)
Artificial Intelligence (3276)
Cryptography (718)
EAI (466)
Multimedia (674)
Software Development Life Cycle (303)
Image Processing (170)
Mobile OS (3116)
Security (125)
Big Data (4325)
Cloud Computing (1790)
Automation (2674)
Internet of Things (IoT) (299)
Apache Related (370)
Frameworks Tools (1329)
Oracle Related (0) In my sourse i have like ename,gender vasu,male geetha,female ram,male suma.female kesav,male in my output i need male,female vasu,geetha ram,suma kesav
5 8775. Design a mapping, first two phone calls received by a customer must be represented as "Home" , "Office" and the next calls must be concatinated and represented as "Other".Look at the below tables :: Source Definition Customer Phone_Number A 9848403211 A 9812675432 A 9112356788 A 9876503276 B 9567890765 B 9876098567 AND THE TARGET IS Customer Home Office Other A 9848403211 9812675432 9112356788,9876503276 B 9567890765 9876098567 Null
3 6906class Database { public static $_instance; public static function getInstance() { if(!isset(self::$_instance)) self::$_instance = new Database(DB_SERVER, DB_USER, DB_PASS, DB_NAME); print_r(self::$_instance); return self::$_instance; } } can any one explain "self::$_instance = new Database(DB_SERVER, DB_USER, DB_PASS, DB_NAME);" this line
1 4816In Accounts Paybles what is the meaning holding tax ? Can u give the answer holding journal entry
IBM,
3 10727i have completed the msc in IT.am a fresher. so plz give me some advice. what will i do in future.i have 3 option mba or mtec or do job in small enterprise with less scaling.
6 7919suppose we have two object;obj1 and obj2 can we assign obj2 to one1; and if yes; then after assigning suppose we delete obj2 then obj1 will retain obj2 value or not.
3 6317Hi Experts, What is Auto Debit in SAP? please of any body know let me know the answers Regards, Inthiyaz
2820
What is a self join in sql server?
Steps for the execution of an MVC project?
We are not providing some of fields in .csv file which are required in filed level. What happens if we try to insert records into salesforce through data loader?
Does qtp support sql queries?
What are the benefits for organizations and it departments by using blackberry?
What does the unset() function means?
Tell me what is system requirement for installation of laravel 5.2 (latest version)?
Can we put breakpoint inside isr?
What does fopl means and explain its role in artificial intelligence?
How to get all stored procedures in sql server?
What is a database server in client server environment?
Explain how does .net mobile work? : Microsoft dot net mobile
Which command is used to see the online manual?
What is Samba? Why is it used?
What are the benefits of the spring framework?