Advertisements
Advertisements
प्रश्न
Name the DBMS language component which can be embedded in a programme.
उत्तर
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.
APPEARS IN
संबंधित प्रश्न
Which property describes the various characteristics of an entity?
Give any two basic commands of SQL.
What is a view in SQL?
Give any two differences between Static (embedded) SQL and Dynamic SQL.
Which one of the following is the shortcut key in MS Excel to 'undo the last action'?
What is the intersection of a column and a row in a worksheet called?
Which programming language is used to write a Macro in MS Excel?
State any one advantage of maintaining a journal using an electronic spreadsheet instead of preparing it manually.
What is the use of UPDATE command in SQL?
Give any two reasons to show that a blank space or zero is not the same as NULL value in SQL.