Which SQL statement is used in COBOL to retrieve data from a database table?

  • DELETE
  • INSERT
  • SELECT
  • UPDATE
The SELECT statement is used in COBOL programs to retrieve data from one or more tables in a database. It allows specifying the columns to be retrieved and conditions for filtering data, enabling the extraction of specific information from the database.
Add your answer
Loading...

Leave a comment

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