QUERIES ON SAILORS, BOATS & RESERVES TABLE IN SQL || QUERIES IN SQL || DBMS

QUERIES ON SAILORS, BOATS & RESERVES TABLE IN SQL || QUERIES IN SQL || DBMS

Sundeep Saradhi Kanthety

1 год назад

30,005 Просмотров

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


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

@fog2640
@fog2640 - 24.09.2023 22:37

finished watching

Ответить
@ritik2028
@ritik2028 - 29.03.2023 10:13

create table sailors( sid int primary key,
sname varchar(20),
rating int,
date_of_birth date);
create table boats(bid int primary key,
bname varchar(20),
color varchar(10));
create table reserves( sid int not null,
bid int not null,
dt date not null,
timeslot int,
foreign key (sid) references sailors(sid),

Ответить
@ganapathichinta4517
@ganapathichinta4517 - 08.03.2023 16:59

Tqq sir

Ответить
@kavithanataraj9700
@kavithanataraj9700 - 11.01.2023 12:39

Sir excellent teaching .. bowing down to you sir... gratitude....Sir i have a doubt for the last question finding names of sailors who have reserved atleast one boat... correct me if am wrong sir... sir wont we get the names of the sailors if we alone join the two tables sailors and reserves because we are only going to get the names from the sailors table and if the sailors.sid is present in the reserves.sid then wont we get the names sir. do we need to mention boat table sir???.. thank you sir

Ответить
@gorripotumanikanta2869
@gorripotumanikanta2869 - 30.09.2022 15:01

Please upload the next video sir

Ответить
@vasustar1948
@vasustar1948 - 29.09.2022 09:48

Complete this session as soon as possible sir

Ответить
@nevesbenard9849
@nevesbenard9849 - 27.09.2022 14:50

thank you very much for the lessons and good explanation to us GOD bless you too much

Ответить
@patnanavinaykumar2913
@patnanavinaykumar2913 - 26.09.2022 16:31

I want this SQL queries entire playlist in separate folder.

Ответить
@patnanavinaykumar2913
@patnanavinaykumar2913 - 26.09.2022 16:25

It is good

Ответить