Проверяем работу по программированию в PL/SQL (ORACLE). Массивы, Циклы. ⭐⭐⭐⭐
«Oracle Web Application Programming for PL/SQL Developers» Melanie Caffrey, Susan Boardman, Solomon Morse, Benjamin Rosenzweig The hands-on, rapid-mastery guide to Oracle PL/SQL Web development. Start building Oracle 9i PL/SQL Web applications hands on Covers the entire development lifecycle, from design to deployment Provides instruction for PL/SQL Server Pages, the PL/SQL Web Toolkit, and the Oracle 9i Application Server Introduces Web basics HTML, JavaScript, basic UNIX and FTP, and image handling Reviews PL/SQL and SQL concepts Includes practical tips and troubleshooting help Leverage your SQL and PL/SQL experience to build powerful data-driven Web and e-business applications starting right now! In this book, a team of Columbia University PL/SQL instructors cover the core pieces of what you need to know, from preliminary configuration to deployment of dynamic, data-driven applications. You"ll find practical examples, hands-on exercises, and dozens of practical tips and solutions designed to save you time, effort, and frustration. One step at a time, discover how to: Configure Oracle"s Internet Application Server Control Web applications and servers remotely Build Oracle Web applications with PL/SQL Create dynamic, data-driven pages Test, debug, troubleshoot, and deploy your applications Maintain and optimize running Web applications Whether you"ve been writing simple queries or complex PL/SQL code, this book takes your database development skills onto the Web and into the future! Это и многое другое вы найдете в книге Oracle Web Application Programming for PL/SQL Developers (Susan Boardman, Melanie Caffrey, Solomon Morse, Benjamin Rosenzweig). Напишите свою рецензию о книге Melanie Caffrey, Susan Boardman, Solomon Morse, Benjamin Rosenzweig «Oracle Web Application Programming for PL/SQL Developers» https://izbe.ru/book/523403-oracle-web-application-programming-for-pl-sql-developers-susan-boardman-melanie-caffrey-solomon-morse-benjamin-rosenzweig/
Hello, world! в Oracle PL/SQL 👋
Если вы начали изучать Oracle PL/SQL, то, по традиции, первый шаг — это вывести простое сообщение "Hello, world!". Даже в языках для работы с базами данных хочется сделать этот символичный старт. 😄 PL/SQL (Procedural Language/SQL) — это процедурное расширение языка SQL, разработанное Oracle. Он позволяет писать: Пример программы на PL/SQL, которая выведет «Hello, world!» в DBMS Output: BEGIN DBMS_OUTPUT.PUT_LINE('Hello,...