PL/SQL is a modern, block-structured programming language. It provides several features that make developing powerful database applications very convenient. For example, PL/SQL provides procedural constructs, such as loops and conditional statements, that are not available in standard SQL.
You can directly enter SQL data manipulation language (DML) statements inside PL/SQL blocks, and you can use procedures supplied by Oracle to perform data definition language (DDL) statements.
PL/SQL code runs on the server, so using PL/SQL lets you centralize significant parts of your database applications for increased maintainability and security. It also enables you to achieve a significant reduction of network overhead in client/server applications.
Поделитесь своими знаниями, ответьте на вопрос:
Статья, набранная на компьютере, содержит 128 страниц, на каждой странице 20 строк, в каждой строке 64 символа. определите размер статьи в кодировке кои-8, в которой каждый символ кодируется 8 битами.