Hi Siva, it's really helpful whoever wants to learn plsql concepts at the stage of beginning. Plzz help for my queries? 1.Is it possible to share the bind variables across the plsql blocks and is it access in different sessions? 2.Does record type variable hold row type variable?
@abbeydudeuk4 жыл бұрын
the best thing I like about your videos is the last slide showing all styles in 1 slide.
@SivaAcademy4 жыл бұрын
Thank you 💐🙏
@dissasekeram52172 жыл бұрын
Hi Siva, Awesome! All your explanations with videos are excellent , very clear and easy to understand along with proper examples . 👍
@SivaAcademy2 жыл бұрын
Thank you bro
@vaibhavdalvi85703 жыл бұрын
one of the interview question, great explanation thank you sirji
@SivaAcademy3 жыл бұрын
Welcome bro
@vijaysimhadri92133 жыл бұрын
super explanation Siva. I really loved it.
@SivaAcademy3 жыл бұрын
Thank you so much 🙂
@jahongir221210 ай бұрын
Hi thanks for explaining, I’ve a problem: Have a record type like your emp_rec_type… so I do: Some loop i := count+1; emp_rec(i).empname := loop.value1 emp_rec(i).empsal := loop.value2 End loop; So how can i get a unique values in emp_rec I’m using this: if not emp_rec.exist(loop.value1) then …. end if; Here i get a boolshit
@SanjayKumar-ng7zp4 жыл бұрын
Thanks for your efforts... Great explaination
@SivaAcademy4 жыл бұрын
Welcome 💐 🙏
@snehabhoyi3 жыл бұрын
Hey Siva, really loved the way you explain concepts. Simple and brilliant! Would like to see some videos on partitioning as well. Are there any which you have already recorded?
@SivaAcademy3 жыл бұрын
Thank you, I am yet to post videos on partitions, please stay tuned
@kumar-bi1to2 жыл бұрын
Explained very detailed. Thank you
@SivaAcademy2 жыл бұрын
My pleasure bro, thank you
@vaniganapathi8302 жыл бұрын
Thank you so much for clear explanation sir
@SivaAcademy2 жыл бұрын
Welcome
@Ervaradsawant3 жыл бұрын
Very well Explained..
@SivaAcademy3 жыл бұрын
Thank you
@Ins_88004 жыл бұрын
Very clear and helpful, best 💯👍
@SivaAcademy4 жыл бұрын
Thank you 🙏💐
@pullareddym72889 ай бұрын
much appreciated for given commanding explanation
@SivaAcademy9 ай бұрын
Thank you
@enockoloo38142 жыл бұрын
the materials are great but some are redundant//repeated.
@gsraj5113 жыл бұрын
Thanks Siva...
@SivaAcademy3 жыл бұрын
welcome bro
@diraneserges60762 жыл бұрын
Thank very much
@SivaAcademy2 жыл бұрын
Welcome
@shanthishda28222 жыл бұрын
Superrr sir thank u...
@SivaAcademy2 жыл бұрын
Welcome bro
@raju260676 жыл бұрын
Thanks for indetail explanation....
@SivaAcademy6 жыл бұрын
Thanks a lot for your comment Raju :-)
@sujaa10004 жыл бұрын
Thank you Siva. Sujaa
@SivaAcademy4 жыл бұрын
Welcome
@jiyasworld20213 жыл бұрын
Hi Siva wonderful explaination just want to know how many field we can Store in record type ?
@SivaAcademy3 жыл бұрын
Thank you
@parthasukla27584 жыл бұрын
Hi Siva, Thanks for making such type of videos. Could you let us know what is the difference between record type and object. Thanks in adv.
@SivaAcademy4 жыл бұрын
Sure please stay tuned
@deepakjagdale62155 жыл бұрын
Thanks for Video sir.. Nice explaination..
@SivaAcademy5 жыл бұрын
Thank you 🙏🙏
@abhijitmandal9989 Жыл бұрын
Hi.. Anyone pls answer this question.. Why records can not be created at schema level?
@WorldEye884 жыл бұрын
Thank you Siva. Please help me with notion on Global Variable assignments. Do you have a video on his subject?
@SivaAcademy4 жыл бұрын
No videos right now, i will add this to my upcoming list.
@WorldEye884 жыл бұрын
@@SivaAcademy Thank you. I'll wait.
@SAK-y6j5 жыл бұрын
Thanks for sharing .Your video lectures are really awesome. I have a doubt in this lecture. As per my knowledge space or empty string is not Null in oracle . How Null error response is generated when empty string is assigned to the field ? Please clarify.
@SivaAcademy5 жыл бұрын
Sure will post a video specifically for null VS empty string
@minicat19834 жыл бұрын
From which version did record type support constructor?
@chandalurianand4048 Жыл бұрын
Hi @minicat1983, From 18c onwards, any PL/SQL value can be provided by a qualified expression, just like a constructor provides an abstract data type value.
@rajuraju-gg7vf19 күн бұрын
Hi sir,we can fetch multiple records by using record type.
@SivaAcademy19 күн бұрын
If you use other collection type like array, nested table then you will be able to save and get multiple values
@karthikeyans3278 Жыл бұрын
Hi, I think we can create a record in schema level. Like CREATE TYPE objtyp ( c1 NUMBER, c2 VARCHAR2(10) );
@narendraganji23195 жыл бұрын
Thank you sir....
@SivaAcademy5 жыл бұрын
🙏🙏
@kodurupavan37124 жыл бұрын
how to write a program to display all values in emp table by using %type.
@SivaAcademy4 жыл бұрын
Please stay tuned, i post a video by next week on this topic
@gurikarichinnavenkatesh84253 жыл бұрын
Sir please give pdf material for all this questions it's my humble request sir