High Definition Standard Definition Theater
Video id : -e_SdZq4CJE
ImmersiveAmbientModecolor: #baa396 (color 2)
Video Format : (720p) openh264 ( https://github.com/cisco/openh264) mp4a.40.2 | 44100Hz
Audio Format: 140 ( High )
PokeEncryptID: eca2b97c09caae3868f67a3975e65064f281447e72c8eeccc5670bad9e2045cea0b58606cb07d4cd98eb0146e31228fa
Proxy : eu-proxy.poketube.fun - refresh the page to change the proxy location
Date : 1732998759980 - unknown on Apple WebKit
Mystery text : LWVfU2RacTRDSkUgaSAgbG92ICB1IGV1LXByb3h5LnBva2V0dWJlLmZ1bg==
143 : true
3,445 Views • Apr 18, 2024 • Click to toggle off description
Metadata And Engagement

Views : 3,445
Genre: Education
License: Standard YouTube License
Uploaded At Apr 18, 2024 ^^


warning: returnyoutubedislikes may not be accurate, this is just an estiment ehe :3
Rating : 4.981 (1/206 LTDR)

99.52% of the users lieked the video!!
0.48% of the users dislieked the video!!
User score: 99.28- Masterpiece Video

RYD date created : 2024-04-23T18:31:45.432112Z
See in json
Connections
Nyo connections found on the description ;_; report an issue lol

25 Comments

Top Comments of this video!! :3

@zamanabdullah736

7 months ago

Select gender, count(*) as Count from voter group by gender;

16 |

@ARU_7691

4 months ago

SELECT COUNT(*), GENDER
FROM VOTERS
GROUP BY GENDER;

5 |

@periasamyrkundumani9201

7 months ago

For male:Select count(voterid) from voters where gender=male
For female:select count(voterid) from voters where gender=female

4 |

@shivachithambaram3127

7 months ago

Select gender , count(*) from tblvoter group by gender

Select count(*) as femaleCnt from tblvoter where gender = 'F'

Select count(*) as maleCnt from tblvoter where gender = 'M'

Select count(*) as TransCnt from tblvoter where gender = 'T'

1 |

@SaNa-mi8ru

7 months ago

Bro python kathukkintu enna benifits

|

@RAHUL_Supermacy_08

7 months ago

Oops concept konjo explain video kedaikuma bro 😶‍🌫

4 |

@mitchellstarc56

7 months ago

Bro DSA PROBLEM SOLVE PANE POODUGA BRO

1 |

@Bhaarath.P.T

7 months ago

Bro C# ...katthukurathu...ok va ..for a person who as a career gap of 2 year or should he learn java...

|

@calculatorplazer8835

6 months ago

Select count(*) from voter group by gender

|

@vigneshwarb8750

7 months ago

Select sum(case when gender="male" 1 Else 0 end) as male_count, sum(case when gender !="male" 1 Else 0 end) as female_count from voters

|

@TamilTamilan-p7i

6 months ago

Bro oru company originala illa fake aanu eppudi bro therinchukurathu

|

@vigneshwarb8750

7 months ago

Select gender,count(*)
From voters
Group by gender

|

@collegiate8681

6 months ago

Select gender, count(gender) from voters group by gender

|

@skmemes-kl1bd

7 months ago

Select count(gender),gender from voters group by gender;

|

@NaveenNaveen-qt7sf

6 months ago

Bro Bank management system DBMS project idea pls give bro

|

@AamirKhan-fu4ux

7 months ago

Select count(*) from voters
Where gender='male';


Select count(*) from voters
Where gender='famale';

30 |

@saileshtechie

7 months ago

SELECT COUNT(*) AS male_count
FROM voters
WHERE Gender = 'Male';

SELECT COUNT(*) AS female_count
FROM voters
WHERE Gender = 'Female';

7 |

@Muthulakshmi-pw6gz

7 months ago

SELECT COUNT(*) "MALE COUNT"
FROM Voters
WHERE Gender = 'Male'

SELECT COUNT(*) "FEMALE COUNT"
FROM Voters
WHERE Gender = 'Female'

|

@karthickjayaraman2090

2 months ago

SELECT gender, coun(*)
FROM voters
GROUP BY gender;

|

Go To Top