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) what is mySQL. Is there any specific qualification required to do this course ? What is the scope in India after doing mySQL
1387today evening you need to release software to client.at that time you found a defect.How you convence him?
1741What would be the possible test cases for following criteria You have a username filed which don't accept same name twice
12232. Select A.A from ( select 1 as from dual Union select 1 as from dual)A Full outer join ( select 1 B from dual Union select 2 B from dual)B On A.A=B.B
2 86913. Select sum(a) sum_1,max(a) max_1 ,count(a) count_1 from ( ( select 1 a from dual union all Select to_number(‘2011’) a from dual union all select 1 a from dual) union select 2 b from dual);
1 31344. Select sum(A.salary) +sum(B.salary) as TOT_SAL from ( select LEVEL emp_id,level*100 salary,case when mod (level,2)=0then 2 else null end dept_id from dual connect by level<6 )A right outer join (select level emp_id ,level*200 salary ,case when mod (level,3)=0 then 2 else null end dept_id from dual connect by level<6)B On A.dept_id=B.dept_id And A.emp_id=B.emp-id;
1 2715
What are the prerequisites of starting a server?
How to install codeigniter framemwork
Explain the difference between an ado.net dataset and an ado recordset?
What is a cell in word?
Hi, i want to do certification in datawarehouse?? which certification is best in current trend?? pls mention the cost also if u can....
What is tree manager?
How can you execute a free-form SQL query in Sqoop to import the rows in a sequential manner?
What is the difference between “type” and “typeandwait” command?
How many partitions a clustered index has by default in sql server 2012?
What is angular material?
What is the purpose of context object?
What is public blockchain? Give examples?
Where do we use connected and un connected lookups?
Define using statement in c#?
How does the python version numbering scheme work?