What is Embedded SQL

What is embedded SQL, embedded SQL is the one that combines the high-level language with the DB language like SQL. It allows the application languages to communicate with DB and get the requested result. Embedded SQL is a super-set of Transact-SQL that lets you place Transact-SQL statements in application programs written in languages such as … Read more

DBMS GATE Questions 2018

In this article you will get DBMS GATE Questions 2018 with answers. 1. In an Entity-Relationship (ER) model, suppose R is a many-to-one relationship from entity set E1 to entity set E2. Assume that E1 and E2 participate totally in R and that the cardinality of E1 is greater than the cardinality of E2. Which one … Read more