Latest Articles

Description of Oracle PL/SQL Language

PL/SQL stands for “Procedural Language extension to SQL”. PL/SQL language are used for relational databases. It’s Oracle Corporation’s standard data access language. PL/SQL works as a block structure for executable …

LEARN HOW

What Can JavaScript Do?

In this post I will show some example of what can JavaScript do? in an html page. JavaScript is the most popular and easy language in the world. Some language are …

LEARN HOW

News About SQL Language

I am sharing some news about SQL . SQL is a database related language that is used to communicate with database. SQL stands for Structured Query Language which is the …

LEARN HOW

JavaScript Code on HTML Page

Today I will show  how to write JavaScript code on HTML page: All the JavaScript code you have to write in  HTML page. If you do not know HTML basic then …

LEARN HOW

Introducing JavaScript

Today I will introduce with JavaScript: JavaScript is client side scripting language; it means its run on client pc (run on client browser). JavaScript and JAVA are two different languages. JAVA is …

LEARN HOW