INDEX: SQL Tutorial

SQL ALTER Table – Free SQL Tutorials

Data Definition Language: A database is a systematic collection of data.  Database systems are used  to store, access, delete data. furthermore, it also systematically organize data in a database.This article briefly discuss about the use and importance of SQL ALTER Table . Data Definition Language is divided into-‘CREATE’,’ALTER’,’DROP’,’TRUNCATE’,’RENAME’. Technology like Database and SQL has grown exponentially in …

SQL ALTER Table – Free SQL Tutorials Read More »

Reverse of a string – free C programming tutorial

In this segment,  you will be familiarized with the C program to find reverse of a string in C programming language with the help of using strrev() function which is defined under “string.h” header file and by using pointer. As we have discussed about string in the previous articles (Go through given link string). Now let …

Reverse of a string – free C programming tutorial Read More »