Advertisements
Advertisements
Question
Name the DBMS language component which can be embedded in a programme.
Short/Brief Note
Advertisements
Solution
The DBMS language component that can be embedded in a program is typically SQL (Structured Query Language). SQL is used to interact with a database to perform tasks such as retrieving, inserting, updating, and deleting data.
For programming, SQL can be embedded within various host languages such as C, C++, Java, Python, and more, through the use of APIs (Application Programming Interfaces) like ODBC (Open Database Connectivity) and JDBC (Java Database Connectivity). This embedding allows programs to dynamically interact with a database, executing SQL commands directly from the code to manage data efficiently as part of larger applications.
shaalaa.com
Is there an error in this question or solution?
