Skip to content

Interview Sansar

Software jobs interview preparation source

  • Home
  • Interview Questions
    • C Interview Questions
    • C++ Advanced Interview Questions
    • C++ Basic Interview Questions
    • Core Java Interview Questions
    • Java Collections Interview Questions
    • Java Multithreading Interview Questions
    • C# Basic Interview Questions
    • C# Advanced Interview Questions
    • C# Multi-threading Interview Questions
  • MCQs
    • MCQ-C++
    • MCQ-Java
    • MCQ-SQL
    • MCQs Algorithms and Data Structure
  • Programming Examples
    • C Programming Examples
    • C++ Programming Examples
    • C# Programming Examples
    • SQL Examples
    • Oracle PL SQL Examples
    • Time Complexity
  • Blog
    • C++ interview questions
    • C# interview questions
    • Java Interview Questions
    • Short Interview Questions
    • Behavioural / HR Interview
  • You-Tube
  • About
    • Why Visit
    • Sitemap
    • Contact Us
    • e-author

Category: SQL

SQL tutorial ( Structured Query Language) with examples and notes.

SQL

SQL add column to Table

August 18, 2024June 9, 2018 rsingh

SQL add column to table with query example. Learn queries to add new column as a first column or at the end or after a

Read More
SQL

SQL DEFAULT Constraint

August 18, 2024June 3, 2018 rsingh

SQL DEFAULT Constraint SQL DEFAUULT CONSTRAINT example – Learn how to store default value if no value inserted for columns in the table in MySQL

Read More
SQL

SQL PRIMARY KEY Constraint

August 18, 2024June 3, 2018 rsingh

SQL PRIMARY KEY CONSTRAINT example – Learn how to accept unique values and deny null values for columns in MySQL database with example and important

Read More
SQL

SQL UNIQUE Constraint

August 18, 2024June 3, 2018 rsingh

SQL UNIQUE CONSTRAINT example – Learn how to accept of unique values for columns in MySQL database with example and important points. Unique constraint creates

Read More
SQL

SQL NOT NULL Constraint

August 18, 2024June 3, 2018 rsingh

SQL NOT NULL CONSTRAINT example – Learn how to deny accepting of NULL values for columns in MySQL database with example and important points. All

Read More
SQL

SQL Truncate

August 18, 2024January 29, 2023 rsingh

SQL Truncate a table example – Learn how to delete data from table  in MySQL database with example and important points. TRUNCAT TABLE statement is

Read More
SQL

SQL Rename Table – Modify name of a Table

August 18, 2024June 3, 2018 rsingh

SQL Rename a table example – Learn how to rename existing table name in MySQL database with example and important points. SQL RENAME TABLE is

Read More
SQL

SQL ALIASES – Give temporary name to Column or Table

August 18, 2024January 29, 2023 rsingh

SQL ALIASES example – Learn how to create temporary name / readable name for columns or tables in MySQL database with example using AS keyword

Read More
SQL

SQL Update – Updating Single and Multiple Columns in a Table

August 18, 2024June 3, 2018 rsingh

SQL Update table examples for single and multiple columns – Learn how to Update existing records in a table in MySQL database with example. SQL

Read More
SQL

SQL Delete – Removing data from table

August 18, 2024June 3, 2018 rsingh

SQL Delete table example – Learn how to Delete data from a table in MySQL database with example and important points. SQL delete statement used

Read More

Posts pagination

Previous 1 2 3 4 Next

My Unique Books for YOU

All Rights Reserved 2023: Interview Sansar.
Proudly powered by WordPress | Theme: Fairy Blog by Candid Themes.