Computer Science, asked by srikant584, 1 year ago

Fourth-generation programming languages include all except _____ , _________and _____. (choose three) mark for review (1) points (choose all correct answers) c java pl/sql sql mysql

Answers

Answered by writersparadise
1
All the given options except the MYSQL are a part of 4GL.

A fourth-generation programming language, also known as the 4GL is a set of advanced programming languages that have been improvised from the third-generation programming languages.

The 3GL's include the Java, C, C+, C++, C#, and JavaScript. The 4GL sometimes includes the combined work of 3GL's like Python, Perl, and Ruby.

The SQL is a database query language. PL/SQL is used for Data manipulation, for analysis, and also as a reporting language.
Answered by mindfulmaisel
1

From the above options, all other languages except SQL/MySQL are not fourth generation programming languages. So, the correct answer would be Fourth-generation programming languages include all except java, pl/mysql, and c.

MySQL is technically not a programming language and is more of a relational database management system software (RDBMS). C, Java, and PL/MySQL are all third generation programming languages, only SQL (Standard Query Language) is the one which has evolved into a fourth generation programming language.

Similar questions