Thank you and Chala clear ga chepthunaru andi mi Okka video chusthe chalu full clarity vasthadi SQL meedha
@ramyasrielluri32433 күн бұрын
ur explanaion is very well
@revalladhanunjay86905 күн бұрын
I like the way U teach....keep going on...waiting for the tough content and some of the examples for types including which U R explained r = 4.45 print(type(r)) t = 458 print(type(t)) y = 4+9j print(type(y)) f = 4<9 print(type(f)) g = 5>9 print(type(g)) t = "dhanu is reading" print(type(t)) s = ["ram", "pandu", "guru", 45] print(type(s)) h = ("hema", "varsha", 458, 4.55) print(type(h)) p = {"suma", "horse", 458, 2.123, 4>9} print(type(p)) c = { 'hyundai' : 'verna', 'creta' 'i20' 'venue' 'suzuki' : 'breeza', 'ertiga' 'alto' 'swift' 'mahindra': '300' '500' '700' } print(type(c)) f = range(4,89) print(type(f))
@pothulasusmitha95298 күн бұрын
Sir sql lo alias, all type functions explaination video cheyyandi sir ...its my request
@tejasreeanjimeti7089 күн бұрын
Meru copy paste chaysadhi artham avutundhi kani code memu rasthi ravadam ledhu andhuku meru javascript all codes description lo pettithi maku full clarity vastundhi program medha please
@tejasreeanjimeti7089 күн бұрын
If you don't mind you can give me all javascript code description please
@jyothimasaraju124811 күн бұрын
video clear ga ledhu
@jagannathrout835111 күн бұрын
Simple id ante oka unique name ni istadi element ki dani to mutiple same elements unte dani differentiate chaiydaniki eassy ga untadi...css lo avina style apply chaiyali ante manam "id" selector use chesi a element ki style apply chai vochu Class use manaki id lage use chestam kakpote mutiple elements ni okavela similar style properties ni evali anukunte manam a elements dagara class ani specify chestam deni to style apply chesinapudu okasare ani elements ki apply avutadi
@yours_mahi231717 күн бұрын
Abstract key use cheyakunda abstraction ani yela antaru
@sairajeshdoddi615418 күн бұрын
i want sql real time projects
@chinnasz18 күн бұрын
Anna javascript basics series About arrays leavu anna Me channel lo
@SoujanyaAnkathi22 күн бұрын
Voice not clarity 😢
@SoujanyaAnkathi22 күн бұрын
Screen lo clarity ga kanabadatam ledu
@dani3g88718 күн бұрын
720p😊
@premaraju102023 күн бұрын
TQ sir…
@reddylucky736228 күн бұрын
Regular ga video cheyandi. Bro mee videos chala. Help. Avuthunay
@SomaB-f9zАй бұрын
Nice Hu
@Niharikareddy-h9lАй бұрын
Hlo in my sql server i got error while creating a database error like creating database permission denied in master name can you anyone know how to solve that error
@Niharikareddy-h9lАй бұрын
Database snapshot open avvadam ledu
@MightyMechTeluguАй бұрын
Video content is very good also explanations is good but Audio not good and sometimes not hear what you are saying
@MightyMechTeluguАй бұрын
Cross join video cheyyandi plz
@MightyMechTeluguАй бұрын
Delete ayya navi Ela retrieve cheyyochu & undo option utadha
@vidyareddy8241Ай бұрын
do you teach power bi
@PadmalathaMalluАй бұрын
Hi sir meeru only sql matrame nerpistunnars snow flack kuda nerpistara
@BurlaMeshakАй бұрын
SIR I SEEN THIS VEDIOS IN 2024 SO PLEASE GIVE ME ANSWER I AM ALL READY SEND MY MOBILE NUMBER I DONT GET ANY RESPONCE FROM YOU SO PLEASE GIVE REPLYE
@lalithasagari3814Ай бұрын
For inner join what is the diffrence between these 2 queries will it return with different serial numbers or same? SELECT* FROM Categories JOIN Products ON Categories.CategoryID = Products.CategoryID; SELECT * FROM Products JOIN Categories ON Products.CategoryID = Categories.CategoryID;
@allialli281Ай бұрын
Hello bro tq so much for the detailed explinaton. Please do vedio on agile methodology and story of scrum points( In detail) it will help to so many peoples. They will get it. one again tq so much
@Abdulwaheed-s2s1jАй бұрын
Super Sir
@Shashikanth-fp5ypАй бұрын
Nice
@ShireeshaDuАй бұрын
really good
@ShireeshaDuАй бұрын
Thanks for this types of videos brother. Your teaching level is next level super....
@kakarlaakshithaАй бұрын
bro u r simply superb in explanation.....grade 1 professors are not explaining in the best way as u do in the video......thank you soo much anna..
@nngbaf-w4vАй бұрын
Misty Course
@Bheema-b6rАй бұрын
What is the use of output parameter?
@venkateshulli816Ай бұрын
Foreign key assign chesina taravata ha 2 columns (district info,states info)ni Ela display chestam sir? Select *from tablename Tablename daggar a tablename ivvali sir
@AnilBurgula-x6vАй бұрын
Please sir hence request
@AnilBurgula-x6vАй бұрын
Sir we are subscribing already your channel full helping this channel nd clear my dought... Asp .Net lo maku Gridview topic dought undhi makosam oka video cheyara
@ashokp5805Ай бұрын
waste vedio
@raviteja-qk3br2 ай бұрын
Thank you
@VeligaramPadma-kz9zx2 ай бұрын
Sir mee video anii baguntaee ,enka videos provide cheyandi sir
@SivajiTholikondla2 ай бұрын
Do more videos on sql
@prudhvikannadi32372 ай бұрын
Types of methods means
@moresudha17632 ай бұрын
Please contact me sir , i have forwarded you the mail
@tapaswi_72 ай бұрын
Thank you sir good explanation sir
@durgeshlachappagari74802 ай бұрын
chala arthavanthanga chepparu sir meeru, sql purthiga nerchukovachu
@shivuarya30342 ай бұрын
Could please do one end to end frame work c# specflow stand-alone application..it help to understand everything all concepts like oops , conditions , report..if start ASAP it's helps lot
@hulgping2 ай бұрын
Excellent explanation n voice
@n.nagarajunidumolu20902 ай бұрын
create table employee(emp_id int primary key, emp_name nvarchar(60), emp_age int, emp_city nvarchar(60)); insert into employee values(1,'Programmer',21,'Hyderabad') insert into employee values(2,'telugu',32,'Bengalore') insert into employee values(3,'John',34,'Mumbai') insert into employee values(4,'John',24,'Mumbai') insert into employee values(5,'Programmer',25,'Hyderabad') insert into employee values(6,'Sam',40,'Hyderabad') select emp_id,emp_name from employee select * from employee drop table employee
@srinivasp27942 ай бұрын
Hello Sir, Thank you for the clear and simple explanation.