Skip to content
Online Education & Certification

Online Education & Certification

  • Basics of Computer
  • Microsoft Windows
  • Microsoft Office
  • Tally
  • Java
  • SQL
  • Hardware
  • Networking
  • MySQL
  • Python
  • Digital Marketing
  • C Language
  • C ++
  • Visual Basic
  • Html 5 & CSS
Online Education & Certification

Category: SQL

SQL CREATE DATABASE Statement

November 9, 2017 selva SQL

SQL CREATE DATABASE Statement : SQL CREATE DATABASE statement is used to create a new SQL database. Syntax CREATE DATABASE databasename; CREATE DATABASE Example The following SQL

Read more

SQL DROP DATABASE Statement

November 9, 2017 selva SQL

SQL DROP DATABASE Statement : SQL DROP DATABASE Statement is used to drop an existing SQL database. Syntax DROP DATABASE databasename; Note: Be careful before dropping a database.

Read more

SQL CREATE TABLE Statement

November 9, 2017 selva SQL

SQL CREATE TABLE Statement : SQL CREATE TABLE Statement is used to create a new table in a database. Syntax CREATE TABLE table_name (     column1 datatype,    

Read more

SQL DROP TABLE Statement

November 9, 2017 selva SQL

SQL DROP TABLE Statement : SQL DROP TABLE Statement is used to drop an existing table in a database. (To delete an existing table in a database).

Read more

SQL ALTER TABLE Statement

November 9, 2017 selva SQL

SQL ALTER TABLE Statement : SQL ALTER TABLE Statement is used to add, delete, or modify columns in an existing table. The ALTER TABLE statement is

Read more

SQL Constraints

November 9, 2017 selva SQL

SQL Constraints : SQL constraints are used to specify rules for data in a table.   SQL Create Constraints Constraints can be specified when the table

Read more

SQL NOT NULL Constraint

November 9, 2017 selva SQL

SQL NOT NULL Constraint : SQL NOT NULL Constraint enforces a column to NOT accept NULL values. By default, a column can hold NULL values. The NOT

Read more

SQL UNIQUE Constraint

November 9, 2017 selva SQL

SQL UNIQUE Constraint : SQL UNIQUE Constraint ensures that all values in a column are different. Both the UNIQUE and PRIMARY KEY constraints provide a guarantee

Read more

SQL PRIMARY KEY Constraint

November 9, 2017 selva SQL

SQL PRIMARY KEY Constraint : SQL PRIMARY KEY Constraint uniquely identifies each record in a database table. Primary keys must contain UNIQUE values, and cannot contain

Read more

SQL FOREIGN KEY Constraint

November 9, 2017 selva SQL

SQL FOREIGN KEY Constraint : SQL FOREIGN KEY Constraint is a key used to link two tables together. A FOREIGN KEY is a field (or collection

Read more

Posts pagination

«Previous Posts 1 2 3 4 5 6 Next Posts»

Blog Categories

open all | close all

Answer these questions

open all | close all

Online Exams

  • ASP & XML
  • Autocad
  • C Language
  • C++
  • DTP
  • Hardware
  • HTML
  • Java
  • MS Excel
  • MS Word
  • MySql
  • Python
  • Visual Basic
  • Tally Prime
WordPress Theme: Gambit by ThemeZee.