COBOL's support for database connectivity is often achieved through _____.

  • ACCEPT statement
  • COPY statement
  • Embedded SQL
  • PROCEDURE DIVISION
COBOL's support for database connectivity is often achieved through Embedded SQL, allowing SQL statements to be included directly in COBOL programs. This integration facilitates efficient interaction with databases for data retrieval, updates, and other operations.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *