Nice video , you explain very well everything . Thanks Ram Sir , you are brilliant. Please make more videos on oracle database regarding performance tuning as well. Thanks again.
i will not comment easily really %type was a hard thing to me i referred i guess around some 10 videos i didnt get the concept you really helped me a lot thank you
Beautifully explained, thanks! I have one question please....why do we need records? It seems that we could use a simple 'select' instead (changing the where condition). Isn't it kind of the same? Again, thanks for the vid
2. Crear una variable BIND y esta almacenará el valor 10. Esta variable se utilizará para hacer el filtro en la tabla correspondiente. Mostrar la cantidad de empleados, y el nombre del departamento que almaceno en la variable BIND Utilizar RECORD y %TYPE
Nice video , you explain very well everything . Thanks Ram Sir , you are brilliant. Please make more videos on oracle database regarding performance tuning as well. Thanks again.
i will not comment easily really %type was a hard thing to me i referred i guess around some 10 videos i didnt get the concept you really helped me a lot thank you
precise explanation. Thanks
Super... Thankyou so much ram.
Bang on ⚡👏
Beautifully explained, thanks! I have one question please....why do we need records? It seems that we could use a simple 'select' instead (changing the where condition). Isn't it kind of the same?
Again, thanks for the vid
I have the same question bruh
I have the table and follow your example but I can't see the table attribute pop out, I wonder why? Thanks
Hi ram ,can you please can explain diference between record and collection when go for record and collection.
Any PLSQL documets or other vidoes of yours.?
Is it possible to access the column using column number instead of column name ? Like ram_student (1), ram_student (2)
Hi Ram nice video
Thanks
2. Crear una variable BIND y esta almacenará el valor 10. Esta variable se utilizará para hacer el filtro en la tabla correspondiente.
Mostrar la cantidad de empleados, y el nombre del departamento que almaceno en la variable BIND
Utilizar RECORD y %TYPE
How to use for loop in associative array could you send me link or make any video please
Really helpful...Thanks a lot...!!!!
Very helpful
Excellent
really thanks for you video, You are awsome ^^
How to fetch multiple data from a table... Please explain it in detail. Awaiting for your reply.
Type TDataRow is record
(s1 XTEMP.S0%TYPE,
n2 XTEMP.N0%TYPE,
d3 XTEMP.D0%TYPE,
);
Type TDataTbl is table of TDataRow;
vTbl TDataTbl;
GOOD EXAMPLES
Nice