superb explanation crisp and clear. Thank you Ankit !
@sahilsood2028 Жыл бұрын
Hi Ankit, I'm following your sql videos from long time and it also help me alot in cracking some interviews. If it's possible can you make a video in query optimization technique and performance optimization. It will be very helpful 🙂
@as-youtuber6215 Жыл бұрын
Hi Ankit, Can you please create a video on SQL merge. I see this in all of the data engineering project. Still didn't understand. Btw your Python live classes are very informative
@ankitbansal6 Жыл бұрын
Sure will do
@digambar61916 ай бұрын
Thank you sir
@Daughteroffice Жыл бұрын
Thank you
@sachintyagi20034 ай бұрын
thnks sir
@UPESUBHADEEP Жыл бұрын
please make more videos on pandas
@apna9656 Жыл бұрын
Hi Ankit In the interview they asked one question they provided me below table Name. month. Revenue (col name) Adi. Jab. 1000 Adi. Feb. 2000 Jack. Mar. 3000 They want an answer in below format Name. Jab_rev. Feb_rev. Mar_rev How can we do this? Please let us know