Author name: admin

SQL

SQL Table

SQL Table : A relational database system contains one or more objects called tables. The data or information for the […]

SQL

SQL SELECT Database

When you have multiple databases in your SQL Schema, then before starting your operation, you would need to select a

SQL

SQL RENAME Database

SQL RENAME DATABASE is used when you need to change the name of your database. Sometimes it is used because

SQL

SQL DROP Database

SQL DROP Database : SQL DROP statement is used to delete or remove indexes from a table in the database. If

SQL

SQL CREATE Database

The SQL CREATE DATABASE statement is used to create a new SQL database. Syntax The basic syntax of this CREATE DATABASE statement

SQL

SQL Expressions

SQL expression is a combination of one or more values, operators and SQL functions that results in to a value.

SQL

SQL Operators

SQL Operators: SQL statements generally contain some reserved words or characters that are used to perform operations such as comparison

SQL

SQL Data Types

SQL Data Types : The SQL data type defines a kind of value that a column can contain. In a

SQL

SQL – Syntax

SQL – Syntax: The syntax of SQL is governed by the American National Standards Institute (ANSI) and the International Organization

Scroll to Top