SQL Tutorial for Beginners | Full SQL Course In Hindi

SQL Tutorial for Beginners | Full SQL Course In Hindi

Rishabh Mishra

1 год назад

2,059,147 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Rishabh Mishra
Rishabh Mishra - 12.05.2023 09:01

Anyone facing issue in Inserting or updating values in CHAPTER-04, please use below query:

👉 Customer Table
🔖 Create table

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

🔖 Insert values in table

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

🔖 Update values in table

UPDATE customer
SET CustName = 'Xam' , Age = 32
WHERE CustID = 4

Ответить
Darshan M
Darshan M - 16.09.2023 14:58

QA 1.
SELECT
FROM
WHERE
GROUP BY
HAVING
ORDER BY
LIMIT

Ответить
lalit harode
lalit harode - 15.09.2023 19:56

This is really a great explanation❤❤ I am from non it background and you explain it very well so that everyone can understand it

Ответить
Anupam Singh
Anupam Singh - 15.09.2023 11:02

Quick Assignment 1:-
Order of execution with example:-

select mode, count(amount) as total
from payment
where amount >= 100
group by mode
having count(mode) >=2
order by total desc
limit 5

Ответить
Digamber Chandra
Digamber Chandra - 14.09.2023 20:15

Very helpful

Ответить
sonu gupta
sonu gupta - 14.09.2023 14:22

Thanks bhai for this video😊

Ответить
Saurabh Gautam
Saurabh Gautam - 14.09.2023 13:04

Sir when we are creating tables directly its not accepting length scale and prescion 😢

Ответить
Samad Alam
Samad Alam - 14.09.2023 11:40

Select roll no from class
Where roll no >5
Limit 10
Group by roll no
Having roll no> =5
Order by Asc

Ответить
swarna latha
swarna latha - 13.09.2023 21:46

Thank you for the video i just completed studying and will download pdf to practice

Ответить
Abhishek kumar
Abhishek kumar - 13.09.2023 21:11

Bro..business analyst me kaun sa sql krna chahiye..uska koi course me help kro

Ответить
Vivek Kumar
Vivek Kumar - 13.09.2023 14:09

Thank you so much sir for this video. It really helped me a lot.❤

Ответить
Deeya Sings🎤
Deeya Sings🎤 - 13.09.2023 02:04

Helpful❤

Ответить
Saurabh Gautam
Saurabh Gautam - 12.09.2023 22:43

why we are sepcifically using this sql insted of oracle,mysql etc

Ответить
prabhat rai
prabhat rai - 12.09.2023 21:16

sir pdf kaha se download kare

Ответить
SULEKHA PAL
SULEKHA PAL - 12.09.2023 20:12

Thanks sir for your support

Ответить
gourav kansal
gourav kansal - 12.09.2023 06:46

Thanks for the explain of SQL.. it's very helpful for everyone.. can you please share this pdf which you are explaining.

Ответить
Deena Kumari
Deena Kumari - 12.09.2023 04:28

Thanks a lot for SQL. PLEASE TEACH Tableau in the same way.

Ответить
vinod kumar
vinod kumar - 11.09.2023 15:40

Hi bhai you are fantastic man

Ответить
Udit Das
Udit Das - 11.09.2023 09:55

SELECT mode,SUM(amount) AS total
FROM payment
WHERE mode='Credit Card' OR mode ='Cash'
GROUP BY mode
HAVING SUM(amount)>420

output:
mode total
Cash 440

Ответить
Danial Adam
Danial Adam - 11.09.2023 07:39

content acha ha but smjhany ka way acha nai ha,bhut zayada breaks lety hu ap bhai.

Ответить
Wonder Gurl
Wonder Gurl - 10.09.2023 18:52

Sir is this much SQL knowledge enough for data analysis??

Ответить
Mysterious Fitness1
Mysterious Fitness1 - 10.09.2023 13:30

Thank you so much brother

Ответить
Mahesh Kumar Yadav
Mahesh Kumar Yadav - 09.09.2023 19:04

HI SIR HOW ARE YOU, I JUST COMPLETED SQL FULL LECTURE VIDEO, THANK YOU SO MUCH FOR THIS VIDEO SIR IT HELPS A LOT AND COVERS ALL IMPORTANT TOPIC WHICH IS REQUIRED BUT I HAVE ONE DOUBT ABOUT SIR, I JUST WANT TO KNOW WHEN I WRITE QUARY ON POST-SQL SOME TIME I GET ERROR AND ALSO GET INFORMATION AS SYNTAX ERROR, BUT I TRY TO WRITE CORRECTLY BUT ITS ALWAYS INCORRECT PLEASE TELL ME SIR HOW CAN I WRITE AND CORRECT QUARY WITHOUT ERROR FREE SIR PLEASE DO NEEDFUL FOR ME SIR,.......

Ответить
Divya Balani
Divya Balani - 09.09.2023 18:08

Thanks

Ответить
Enosh Subba
Enosh Subba - 08.09.2023 09:20

Mr Mishra doing God's work.

Ответить
Agraj Playz
Agraj Playz - 08.09.2023 02:31

Sir used in aggregate function in window total me value h same code same table create I am but output is different in total box .

Ответить
karamjeet kaur
karamjeet kaur - 07.09.2023 19:48

Sir kon sa editior use kiya apne

Ответить
ankush jha
ankush jha - 07.09.2023 15:26

Hi Sir, I am Ankush When I imported my file I got the ERROR: invalid byte sequence for encoding "UTF8": 0x00
CONTEXT: COPY customers, line 1. How can I resolve this Issue

Ответить
Deveshwar Gaikwad
Deveshwar Gaikwad - 07.09.2023 14:36

Very Very Useful and Easy to learn tutorial.. Thank you Rishabh 😊

Ответить
himanshu sikandriya
himanshu sikandriya - 07.09.2023 12:59

thanks for I have completed it

Ответить
Ramkrishna Birla
Ramkrishna Birla - 07.09.2023 12:31

Select * from ...
Where...
Group by....
Having....
Order by....
Limit.....

Ответить
Sana vlog
Sana vlog - 07.09.2023 09:18

i dont know why sql didn't working in my laptop that show fill up ur password etc again and again

Ответить
Sahana m Gowda
Sahana m Gowda - 07.09.2023 09:15

It would be helpful if you make vedios in English 😊

Ответить
Sharma Poonam
Sharma Poonam - 07.09.2023 09:02

Can we use same command on mac terminal using percona

Ответить
Sanjay Kumar
Sanjay Kumar - 07.09.2023 08:15

❤❤very good sir plz make one more pdf with video of postgresql

Ответить
Abhi ki nandan ji
Abhi ki nandan ji - 07.09.2023 00:22

Please teach python also which we needed most for data science advance level only thank you in advance

Ответить
Cute Sidra
Cute Sidra - 06.09.2023 22:00

Do you have any video having MS SQl project with dashboard on Power BI? Please guide

Ответить
Anushka Upadhyay
Anushka Upadhyay - 06.09.2023 18:30

Assignment1 Ans From , Where , Group By , Having, Select , Order By , Limit

Ответить
Biswajit
Biswajit - 06.09.2023 06:56

which compiler are u used here??

Ответить
Divya Jain
Divya Jain - 05.09.2023 08:48

Select, from, limit, where, group by, having, order by

Ответить
10simpy
10simpy - 04.09.2023 22:18

Where I can find the pdf?

Ответить
SHAZIA MOHD SAJIM SHAGUFTA
SHAZIA MOHD SAJIM SHAGUFTA - 04.09.2023 18:32

constraint ka jo bole apne k school mai roll no. blank nhi hone chia or hua toh wo data usko lega he nhi wo error through kar dega or data ko system mai feed he nhi karega es type ki error se bachhne k lia constraints ka use karty hai . But use he karty hai na constraints k es type ka error throgh kar sky mujhe confusing laga or wrong bhi?

Ответить
ABHISHEK BALIYAN
ABHISHEK BALIYAN - 04.09.2023 09:17

i am using mac and not able to import the csv file via any of the methods , tried both query method and manual import method
msg
ERROR: could not open file "documents:\customer.csv" for reading: No such file or directory
HINT: COPY FROM instructs the PostgreSQL server process to read a file. You may want a client-side facility such as psql's \copy.

SQL state: 58P01
can you help as there is no division in the harddrive section as present in windows and even after copying exact links i am not able to get the file imported

Ответить
Neetu
Neetu - 04.09.2023 08:28

How to compare to tables?

Ответить
Kinda EasY
Kinda EasY - 03.09.2023 20:56

Functions kaam nahi kr rhe hai kaafi Sare MS Sql mai

Ответить