programbr

SQL Syntax

SQL Syntax

SQL keywords are not case-sensitive which means SELECT is the same as select. Database and Table names may be case-sensitive, that depends on the operating system. This means database and table names are case-sensitive on Linux/Unix operating systems and case-insensitive on Windows operating systems. Comments in SQL Comments are ignored by database engine. We write

SQL Syntax Read More »

SQL Overview

SQL Overview

SQL (Structured Query Language) is a standard query language for storing, managing and retrieving data in relational database management system. What is Relational Database Management System A relational Database Management System (RDBMS) is a database management system that is based on the relational model and used to interact with a relational database. RDBMS is based

SQL Overview Read More »

sql introduction

SQL Introduction

SQL (Structured Query Language) is a standard query language for storing, managing and retrieving data in relational database management system. SQL is not a database system, it is a query language. It is pronounced as S-Q-L or sometimes as See-Quell. Applications of SQL SQL allows users to access and manipulate databases. SQL allows users to

SQL Introduction Read More »

Scroll to Top