Advertisements
Advertisements
प्रश्न
Name the DBMS language component which can be embedded in a programme.
टीपा लिहा
Advertisements
उत्तर
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
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
