Dalam buku ini mempelajari bagaimana memasang dan menggunakan SQLite untuk membuat database, mempelajari SQL, dan mengembangkan aplikasi berbasis web dengan menggunakan SQLite sebagai backend database dan PHP7sebagai bahasa pemrogramannya. DESKRIPSI Membahas: 1. Studi Kasus Database Inventori dan Aplikasinya 2. Pemasangan dan Pengujian SQLite 3. Menyiapkan Database SQLite 4. SQL dalam S…
Terdapat bibliografi dan indeks. Table of Contents Part I Programming in PL/SQL Chapter 1 Introduction to PL/SQL What Is PL/SQL? The Origins of PL/SQL So This Is PL/SQL About PL/SQL Versions Resources for PL/SQL Developers Some Words of Advice Chapter 2 Creating and Running PL/SQL Code Navigating the Database Creating and Editing Source Code SQL*Plus Performi…
Terdapat indeks. Table of contents: Ch. 1 What is SQL Injection? Ch. 2 Testing for SQL Injection Ch. 3 Reviewing Code for SQL Injection Ch. 4 Exploiting SQL Injection Ch. 5 Blind SQL Injection Exploitation Ch. 6 Exploiting the Operating System Ch. 7 Advanced Topics Ch. 8 Code-Level Defenses Ch. 9 Platform-Level Defenses Ch. 10 References.
Table of Contents Chapter 1 Retrieving Records Retrieving All Rows and Columns from a Table Retrieving a Subset of Rows from a Table Finding Rows That Satisfy Multiple Conditions Retrieving a Subset of Columns from a Table Providing Meaningful Names for Columns Referencing an Aliased Column in the WHERE Clause Concatenating C…
Contents: Part I. Introduction 1. Introduction 2. Installing mysql 3. Using the mysql monitor Part II. Using mysql 4. Modeling and designing database 5. Basic SQL 6. Working with database structures 7. Advanced querying 8. Doing more with mysql 9. Managing users and privileges Part III. Advanced topics 10. Backup and recovery 11. Using an options file 12. Configur…