PL/SQL tutorial 5: PL/SQL Constants in Oracle Database By Manish Sharma RebellionRider.com

  Рет қаралды 219,786

Manish Sharma

Manish Sharma

Күн бұрын

Пікірлер: 40
@priyadharshiniak1554
@priyadharshiniak1554 3 жыл бұрын
You are making the concepts CRYSTAL CLEAR :-)
@AbhishekYadav-rt8kh
@AbhishekYadav-rt8kh 5 жыл бұрын
Thanks sir, due to you I am able to understand pl/sql code otherwise I was totally not interest in pl/sql. Again thank to you.
@mohinisonawane991
@mohinisonawane991 9 жыл бұрын
....your all tutorials are very usefull..... but please upload more about pl/sql....
@indranilgoswami3042
@indranilgoswami3042 8 жыл бұрын
Excellent tutorial Sir ..great work
@priyadarshaniswain7840
@priyadarshaniswain7840 9 ай бұрын
can we only initialize a constant value using default keyword or it also works with variables
@Naruto-wx3jn
@Naruto-wx3jn 2 жыл бұрын
To perform operations (pl/sql) on students table or any table firstly should we create table for students i.e in sql ?
@kadel2322
@kadel2322 3 жыл бұрын
Good day! Im new with pl/sql may i ask a question about the data width, why is it 2 values? "(7,6)" Is it range?
@manish9589
@manish9589 9 жыл бұрын
Thanks again! Waiting for new one, till then no study :-).
@marukurthiharikrishna-ih6zv
@marukurthiharikrishna-ih6zv 3 ай бұрын
Bro I want to practice this queries so please suggest me a Android compiler to practice them
@akashdeshmukh8883
@akashdeshmukh8883 8 жыл бұрын
short and awesomely explained
@priyankajain9587
@priyankajain9587 7 жыл бұрын
Question 1) if I don't assign any value to constant what will happen at time of Accessibg those value in dbms_output statement exccution 2) what is difference between default and := in cobtext of constant 3) what happen if I try to assign null to not null 4) what happen if I don't assign value to not null constant
@ananyieie
@ananyieie Жыл бұрын
Thankyou so much sir!!
@soumyajitbanerjee1440
@soumyajitbanerjee1440 5 жыл бұрын
Hello, Pl-sql commands are not working in oracle 10g express edition,Why??
@harshjain1207
@harshjain1207 8 жыл бұрын
Can you please explain "number(7,6)" . What does 7 and 6 stand for??
@AmitKumar-ux1mz
@AmitKumar-ux1mz 8 жыл бұрын
Harsh Jain 7 means, the number is 7 digits long. 6 implies that 6 digits of the total 7 are after(right) of the decimal point!
@chammarasilva
@chammarasilva 5 жыл бұрын
Thank you Amit Kumar :)
@sarmisthabhowmick9774
@sarmisthabhowmick9774 Жыл бұрын
​@@AmitKumar-ux1mzThank you so much 😊
@rajraj-rv6ii
@rajraj-rv6ii 8 жыл бұрын
Hi Manish, Your videos are too good and easily understandable. I also want to upload some tutorials into youtube but whenever i record videos i am getting background noise like Vehicles outside, system noise , click noise etc., . Please provide me suggestions in developing quality videos like you do Thanks in advance
@ahmadfaiaz3427
@ahmadfaiaz3427 7 жыл бұрын
SET SERVEROUTPUT ON; is not working in my sqldeveloper where it work on sql command line
@edwinsuarez5057
@edwinsuarez5057 5 жыл бұрын
Friend Manish, nice to meet you. First of all I want to thank you for sharing your knowledge, they have been of great help to me in my learning process ... In this video of the constant, I make the example and the procedure runs perfectly, except that it does not show me the content of the variable v_pi, it is as if the command DBMS_OUTPUT.PUT_LINE (v_pi); it will not work
@kavyasingh455
@kavyasingh455 Жыл бұрын
that happens when youre not using set serveroutput on
@AakashPanditOfficial
@AakashPanditOfficial 3 жыл бұрын
Why the (7,6) for during declaration?
@priyadarshaniswain7840
@priyadarshaniswain7840 9 ай бұрын
what is the meaning of datatype(4 , 7)
@guicsou
@guicsou 9 жыл бұрын
if a constant can not be changed on execution time, why should we prevent assign null values using the 'NOT NULL' statement? i know, the propose of this video is knowledge and we can use it in all types of variables, but, how is this usefull, on a constant, in a real exemple?
@sridhardurairaj2317
@sridhardurairaj2317 6 жыл бұрын
super video and easy understandle
@gurpreet092
@gurpreet092 8 жыл бұрын
One question-Can we use Default while assigning value to variable?
@azhagujayanthi
@azhagujayanthi Жыл бұрын
Same question can anyone answer
@harishkataria11
@harishkataria11 6 жыл бұрын
Sir aapke dwara likhi gyi koi pdf file mil Sakti h kya
@sreenathreddy8747
@sreenathreddy8747 Жыл бұрын
is it oracle 10g
@gangadharmalana6932
@gangadharmalana6932 7 жыл бұрын
what is the use of default keyword pls can anyone explain....
@shaheenshaikh6701
@shaheenshaikh6701 5 жыл бұрын
Sir can u plz explain how to add column in table
@gummadinagalakshmi4083
@gummadinagalakshmi4083 5 жыл бұрын
By using alter command we can add a columns in pl/sql
@hakimuddinr4693
@hakimuddinr4693 7 жыл бұрын
what is data width after data type? number(7,6)
@Simmlex
@Simmlex 7 жыл бұрын
It's how you define a non whole number. 7 is the full length of the number and 6 is the length of the fraction.
@anusuyaperumal2155
@anusuyaperumal2155 4 жыл бұрын
@@Simmlex thank you
@harmanbawa19
@harmanbawa19 7 жыл бұрын
Thanks
@Naruto-wx3jn
@Naruto-wx3jn 2 жыл бұрын
To perform operations (pl/sql) on students table or any table firstly should we create table for students i.e in sql ?
@Naruto-wx3jn
@Naruto-wx3jn 2 жыл бұрын
To perform operations (pl/sql) on students table or any table firstly should we create table for students i.e in sql ?
@Naruto-wx3jn
@Naruto-wx3jn 2 жыл бұрын
To perform operations (pl/sql) on students table or any table firstly should we create table for students i.e in sql ?
@Naruto-wx3jn
@Naruto-wx3jn 2 жыл бұрын
To perform operations (pl/sql) on students table or any table firstly should we create table for students i.e in sql ?
Chain Game Strong ⛓️
00:21
Anwar Jibawi
Рет қаралды 41 МЛН
VIP ACCESS
00:47
Natan por Aí
Рет қаралды 30 МЛН
coco在求救? #小丑 #天使 #shorts
00:29
好人小丑
Рет қаралды 120 МЛН
I bought every Playstation Ever.
17:26
Mrwhosetheboss
Рет қаралды 23 МЛН
oracle plsql records and collections VARRAY
12:30
Siva Academy
Рет қаралды 51 М.
Chain Game Strong ⛓️
00:21
Anwar Jibawi
Рет қаралды 41 МЛН