topic covered in this video :-
Embedded SQL & Dynamic SQL for unit -1 relational data base for computer science engineering in 4th sem
playlist of dbms subject :-
• Database Management system (DBMS) in Tamil...
join to our telegram channel to download the pdf used in this video:
https://t.me/cseengineeringnotes
this video tells about :-
EMBEDDED SQLThe SQL standard defines embeddings of SQL in a variety of programming languages such as C,Java, and python.A language to which SQL queries are embedded is referred to as a host language, and the SQL structures permitted in the host language comprise embedded SQL.
DYNAMIC SQLDYNAMIC SQL Allows programs to construct and submit SQL queries at run time. Example of the use of dynamic SQL from within a c program.
Embedded SQL And Dynamic SQL in tamil | unit -1 cse sem -4 | epi-1.10 | #CS8492 DBMS