SELECT Statement & WHERE Clause with Example | Operators in SQL | SQL Tutorial in Hindi 5

preview_player
Показать описание
SQL Full Course Playlist 👇

Like, Share & Subscribe Now :)

➖➖➖➖➖➖➖➖➖➖➖➖➖
Timestamps:
00:00 Intro
00:06 SELECT Statement in SQL
02:16 Where Clause in SQL
03:15 Operators in SQL
05:45 LIMIT Clause & ORDER BY Clause in SQL

➖➖➖➖➖➖➖➖➖➖➖➖➖
Queries used:

👉 Customer Table

CREATE TABLE customer
(
CustID int8 PRIMARY KEY,
CustName varchar(50) NOT NULL,
Age int NOT NULL,
City char(50),
Salary numeric );

INSERT INTO customer (CustID, Custhame, Age, City, Salary)
VALUES
(1, ‘sam’, 26, ‘Delhi’, 9008),
(2, ‘Ram’, 19, ‘Bangalore’, 11000),
(3, ‘Pam’, 31, ‘Mumbai’, 6060),
(4, ‘3am’, 42, ‘Pune’, 10000);

👉 Classroom Table

CREATE TABLE classroom (
rollno int8 PRIMARY KEY,
name varchar(50) NOT NULL,
house char(12) NOT NULL,
grade char(1) );

INSERT INTO classroom (rollno, name, house, grade)
VALUES
(1, ‘Sam’, ‘Akash’, ‘B’),
(2, ‘Ram’, ‘Agni’, ‘A’),
(3, ‘Shyam’, ‘Jal’, ’B’),
(4, ‘Sundar’, ‘Agni’, ’A’),
(5, ‘Ram’, ‘Yayu’, ‘B’);

➖➖➖➖➖➖➖➖➖➖➖➖➖

Related Videos
Introduction to SQL - What Is SQL + Database | SQL Tutorial In Hindi 1

Data Types, Primary-Foreign Keys & Constraints in SQL | SQL Tutorial In Hindi 2

Create Table In SQL & Create Database | SQL Tutorial In Hindi 3

INSERT UPDATE, DELETE & ALTER Table in SQL With Example | SQL Tutorial in Hindi 4

➖➖➖➖➖➖➖➖➖➖➖➖➖
Connect on other Social Media handles:

➖➖➖➖➖➖➖➖➖➖➖➖➖

If this is the first ever video you're watching allow me to introduce myself, Hey I'm Rishabh Mishra and currently working as Senior Data Analyst at Bangalore. On this channel I like to guide and help my juniors and data science aspirants regarding Data Science jobs and useful tips for college students.
Have a great day buddy!
Рекомендации по теме
Комментарии
Автор

understood in single watch, need more teachers like you. keep posting. I am subscribing.

mayureshkulkarni
Автор

Please Provide Advance Excel full course for Data Analyst.

ankitjadon
Автор

Best videos for SQL and I've never seen it before

ataulmohsin
Автор

Sir you explanation is so easy hai ❤❤❤❤❤❤❤

memesmaster
Автор

Thanks for such a wonderful tutorial ❤ love from Pakistan

abdulmoiz_
Автор

Great way of teaching and making things easy to understand ❤❤

rithikahuja
Автор

good video sir, mai non technical se hu sql practice ke liye kya kare

mayurgawali
Автор

Great Job. I think this video series is very useful to brushup the SQL topics before the interview.

vikramarora
Автор

Learning from Bangladesh ❤
U r a great teacher

tasmin-jahan
Автор

Thank you for the whole sql series. Never thought i would actually be able to understan sql. Your manner of explaining is simple yet exceptional:)

suchitasharma
Автор

very amazing, thank you very much from bottom to my heart.

CWofLearning
Автор

after created a table how can i change the number of character of a datatype in a column ?

urfashionguider
Автор

Thanks for the great videos. Can you please also create videos on performance tuneing?

meghamisra
Автор

when we are used limit clause before that we arrenged data in asc order so when we aplay a limit of 5 in this we 1 name is barbara but your out put is different

gangstergemar
Автор

Sir I am really enjoying this playlist but as you mentioned in the title that this Tutorial is for Beginner's so apart from this playlist is there anything that we have to learn from our own or you are going to upload videos on Advanced SQL or something? And thank you soo much sir for providing this amazing Tutorial

AjitSinghDataScience
Автор

sir truncate table n kare only drop table kare to table hi delete hogi ki record bhi delete hoga?

chandanichhablani
Автор

Nice job sir, can you please share the ppt with us

KapilKumar-oghz
Автор

Great work sir❤, i had to give Double quotes while accessing columns name how to fix it can u tell?

dhaleswarpatel
Автор

sir i am a final year student of Mtech in iit kgp and my placement session is almost start your way of teaching are best so i want to complete SQL from you but placement also came so how much time it will take to complete this SQL series? these is helpful for me. and thank you very much for this valuable content and teaching style.

kamleshrathor
Автор

Sir mere laptop mein ye postgre sql lag kar raha... It's not working properly.. Plz suggest me any other DBMS 😊

Altaf_Alam