tagicon_admin

Use of Concatenation Operator in SQL

SQL

Concatenation operator is used to links or add columns or character srtings to other columns or character. Concatenation is represented by two vertical bars (||). When we use concatenatin operator, …

LEARN HOW

Basic Rules of JavaScript Syntax

Basically JavaScript syntax is used to write JavaScript properly. In definition, it is a set of rules that define how JavaScript program are constructed or correctly structured JavaScript program.   …

LEARN HOW

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