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 BETWEEN Operator With Example

August 18, 2024January 29, 2023 rsingh

The SQL BETWEEN operator is used to fetch records between a given range. For example, Let’s say, we want to retrieve all books within a

Read More
SQL

SQL Create Table

August 18, 2024January 29, 2023 rsingh

SQL create table example – Learn how to create a table in MySQL database with example and important points. Create Table statement allows you to

Read More
SQL

SQL Drop Table – Remove Data and Table Structure

August 18, 2024June 3, 2018 rsingh

SQL drop table with example in MySql – Learn how to remove table from a database. SQL drop table statement do the following. Removes one

Read More
SQL

SQL CHECK CONSTRAINT

August 18, 2024June 3, 2018 rsingh

SQL CHECK CONSTRAINT example – Learn how to limit value range for columns in the table in MySQL database with example and important points. POINTS

Read More
SQL

SQL WHERE Clause

August 18, 2024January 29, 2023 rsingh

SQL where clause with query example – Where clause in SQL is used to fetch records on the basis of some condition. For example, List

Read More
SQL

SQL Logical Operators – AND | OR | NOT

August 18, 2024January 29, 2023 rsingh

Example of using SQL Logical operators viz AND, OR and NOT. Logical operators are used to test two or more conditions in an SQL Select

Read More
SQL

SQL NOT IN

August 18, 2024January 29, 2023 rsingh

The NOT IN operator checks a value within a set of values, and retrieve the rows from the table which are NOT matching. This is

Read More
SQL

SQL Create Database

August 18, 2024June 2, 2018 rsingh

SQL Create database Example – Learn how to create database in MySQL with example and important points. Also, know how to select database in MySQL

Read More
SQL

SQL Rename Column

August 18, 2024January 29, 2023 rsingh

SQL Rename column example-  Learn how to modify column name of a table in MySQL database with examples when there is either no data or

Read More
SQL

SQL drop column

August 18, 2024June 9, 2018 rsingh

SQL drop column from table example-Learn how to remove column from a table in MySQL database with examples and important points. To drop or remove

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.