Hi, In this video we've discussed how to make a pattern using an SQL query ✨Link to purchase my e-book: 🤍imojo.in/rkajq9 This e-book will prove to be one of the best decisions of your life! ✨Join this channel to get access to perks: 🤍🤍youtube.com/channel/UC43CDA3m7Nwfdj8B9SAZQ4A/join ✨Work related mails can be sent on work.sadiasiddiqui🤍gmail.com ✨If you appreciate my work and would like to donate to support our channel, you can do so here : 🤍paypal.me/sadia1702 ✨Please like, share, subscribe and comment down. It would make my day :) Thank you, have a nice day!
How to connect the pl/SQL sever madam
declare
a number;
begin
for i in 1..5 loop
a:= i;
for j in 1..a loop
dbms_output.put('*');
end loop;
dbms_output.put_line(chr(10));
end loop;
end;
/
you can use this for * pattern
Thanks for SQL query topics ,your video reminds me of my friend who teaches me important topics at last moment before exam 😆😂😇
You can the same pattern with rpad. Thank you for the awesome video
What is the website you are using
Yeh bna rhe hai interview mei? Iska kaam kya hai bc 😂
Quick question