Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
What is negative infinity?
What is negative infinity? It’s a number in JavaScript, derived by dividing negative number by zero. 2008-06-17, 5545👍, 0💬
What is element and attributes in XML
What is element and attributes in XML? In the below example invoice is the element and the invnumber the attribute. <invoice invnumber=1002></invoic e> 2007-10-31, 5530👍, 0💬
What Is Union
What Is Union? - MySQL FAQs - Database Basics and Terminologies Join is data retrieval operation that combines multiple query outputs of the same structure into a single output. 2007-05-10, 5529👍, 0💬
Popular Posts:
What are database triggers? How are the triggers fired? Read this collection of questions and answer...
What Is the Difference between Formal Parameters and Actual Parameters? - Oracle DBA FAQ - Creating ...
What Happens If a Hyper Link Points to a Music File? - XHTML 1.0 Tutorials - Understanding Hyper Lin...
What Happens If the UPDATE Subquery Returns Multiple Rows? - Oracle DBA FAQ - Understanding SQL DML ...
What does a special set of tags <?= and ?> do in a PHP script page? <?= express...