SQL And PL/SQL Book For Beginners

A step-by-step quickstart SQL and PL/SQL book for beginners

Thursday, 17 June 2021

SQL & PL/SQL BOOK FOR BEGINNERS

›
  A simplified quickstart beginner's guide to learn the fundamentals of SQL & PL/SQL THE BEST SQL & PL/SQL QUICKSTART BOOK FOR B...
Thursday, 5 March 2015

The UPPER Function in SQL

›
The UPPER function is contrary to the LOWER function and returns all characters in uppercase letters as shown in the following statement wh...
Monday, 2 March 2015

Date and Time Functions in SQL

›
Every DBMS allows you to store date and time values in tables using specific date data types and in specific formats. Each implementation ...
Monday, 23 February 2015

The SUBSTR Function in SQL

›
The SUBSTR function returns specified characters from character value, starting from P, L characters long.  The following statement fetche...
Sunday, 22 February 2015

The NVL Function in SQL

›
When you query a table, the null values stored in a column (e.g commission_pct) are shown as (null). Using the NVL function, you can repla...
Friday, 20 February 2015

The LOWER Function in SQL

›
The LOWER function returns character, with all letters lowercase. The example presented below transforms all data in first name and job id...
Thursday, 19 February 2015

The LENGTH Function in SQL

›
The LENGTH function returns the length of character. Note that it is a character function that returns the answer in numbers, as shown in ...
›
Home
View web version
Powered by Blogger.