-- phpmyadmin SQL Dump. -- version Host: localhost. -- Generation Time: Jan 16, 2013 at 06:36

Size: px
Start display at page:

Download "-- phpmyadmin SQL Dump. -- version Host: localhost. -- Generation Time: Jan 16, 2013 at 06:36"

Transcription

1 phpmyadmin SQL Dump version Host: localhost Generation Time: Jan 16, 2013 at 06:36 Server version: PHP Version: SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; /*!40101 SET */; /*!40101 SET /*!40101 SET */; /*!40101 SET NAMES utf8 */;

2 Table structure for table `absen` CREATE TABLE IF NOT EXISTS `absen` ( `a_id` int(11) NOT NULL AUTO_INCREMENT, `a_id_siswa` int(11) NOT NULL, `a_id_tahun` int(11) NOT NULL, `a_sakit` int(11) NOT NULL DEFAULT '0', `a_izin` int(11) NOT NULL DEFAULT '0', `a_alpha` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`a_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=6 ; Dumping data for table `absen`

3 INSERT INTO `absen` (`a_id`, `a_id_siswa`, `a_id_tahun`, `a_sakit`, `a_izin`, `a_alpha`) VALUES (1, 1, 7, 1, 6, 0), (2, 2, 7, 5, 5, 10), (4, 4, 7, 1, 2, 1), (5, 5, 7, 1, 1, 0); Table structure for table `admin` CREATE TABLE IF NOT EXISTS `admin` ( `u_id` int(11) NOT NULL AUTO_INCREMENT, `u_uname` varchar(50) NOT NULL, `u_pass` varchar(100) NOT NULL, `u_nama` varchar(100) NOT NULL, `nonaktif` enum('y','n') NOT NULL DEFAULT 'N', PRIMARY KEY (`u_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ;

4 Dumping data for table `admin` INSERT INTO `admin` (`u_id`, `u_uname`, `u_pass`, `u_nama`, `nonaktif`) VALUES (1, 'admin', '21232f297a57a5a743894a0e4a801fc3', 'Administrator', 'N'), (2, 'operator', '', '', 'N'); Table structure for table `guru` CREATE TABLE IF NOT EXISTS `guru` ( `g_id` int(11) NOT NULL AUTO_INCREMENT, `g_nip` varchar(50) NOT NULL, `u_uname` varchar(50) NOT NULL, `u_pass` varchar(100) DEFAULT NULL,

5 `u_nama` varchar(100) NOT NULL, `g_tmp_lhr` varchar(100) DEFAULT NULL, `g_tgl_lhr` date DEFAULT NULL, `g_jk` varchar(25) DEFAULT NULL, `g_alamat` varchar(100) DEFAULT NULL, `g_agama` varchar(15) DEFAULT NULL, `g_status` varchar(50) DEFAULT NULL, `nonaktif` enum('y','n') DEFAULT NULL, PRIMARY KEY (`g_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=4 ; Dumping data for table `guru` INSERT INTO `guru` (`g_id`, `g_nip`, `u_uname`, `u_pass`, `u_nama`, `g_tmp_lhr`, `g_tgl_lhr`, `g_jk`, `g_alamat`, `g_agama`, `g_status`, `nonaktif`) VALUES (1, '12345', '12345', '827ccb0eea8a706c4c34a16891f84e7b', 'Nil Maizar, S.Pd', 'Padang', ' ', 'Laki-laki', 'Jl. Lubuk Basung', 'Islam', 'PNS', 'N'), (2, '12346', '12346', 'a df66ac92ae35e d17d', 'Fifi Syafrina, S.Pd', 'Padang', ' ', 'Perempuan', 'Jl. Lubuk Basung', 'Islam', 'Honorer', 'N'),

6 (3, '20202', 'sdsd', NULL, 'Guru Tidak Aktif', 'Padang', ' ', 'Laki-laki', 'Padang', 'Islam', 'Tidak Aktif', 'Y'); Table structure for table `hari` CREATE TABLE IF NOT EXISTS `hari` ( `h_id` int(11) NOT NULL AUTO_INCREMENT, `h_nama` varchar(20) NOT NULL, PRIMARY KEY (`h_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=8 ; Dumping data for table `hari` INSERT INTO `hari` (`h_id`, `h_nama`) VALUES (1, 'Minggu'),

7 (2,'Senin'), (3,'Selasa'), (4,'Rabu'), (5,'Kamis'), (6,'Jumat'), (7,'Sabtu'); Table structure for table `jadwal` CREATE TABLE IF NOT EXISTS `jadwal` ( `j_id` int(11) NOT NULL AUTO_INCREMENT, `j_id_thn` int(11) NOT NULL, `j_kd_kls` varchar(20) NOT NULL, `j_kd_mapel` varchar(20) NOT NULL, `j_id_guru` varchar(100) NOT NULL, `j_hari` varchar(20) NOT NULL DEFAULT 'Minggu',

8 `j_jam` varchar(50) NOT NULL DEFAULT '7:30-8:20', PRIMARY KEY (`j_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=12 ; Dumping data for table `jadwal` INSERT INTO `jadwal` (`j_id`, `j_id_thn`, `j_kd_kls`, `j_kd_mapel`, `j_id_guru`, `j_hari`, `j_jam`) VALUES (1, 7, 'XA','BIND','2','2', '7:30-08:20'), (2, 7, 'XB','BING','1','3', '7:30-08:20'), (3, 7, 'XA','MTK','2','4', '7:30-08:20'), (4, 8, 'XA','BIND','2','2', '7:30-08:20'), (5, 8, 'XA','BING','1','3', '7:30-08:20'), (6, 8, 'XB','MTK','1','4', '7:30-08:20'), (7, 7, 'XA','BING','1','4', '07:30-10:00'), (9, 7, 'XB','BIND','2','2', '07:30-10:00'), (11, 7, 'XB','MTK','2','6','07:30-10:00');

9 Table structure for table `kelas` CREATE TABLE IF NOT EXISTS `kelas` ( `k_id` int(11) NOT NULL AUTO_INCREMENT, `k_kd` varchar(20) NOT NULL, `k_nm` varchar(50) NOT NULL, `k_wali` varchar(100) DEFAULT NULL, `k_nonaktif` enum('y','n') NOT NULL DEFAULT 'N', PRIMARY KEY (`k_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=4 ; Dumping data for table `kelas` INSERT INTO `kelas` (`k_id`, `k_kd`, `k_nm`, `k_wali`, `k_nonaktif`) VALUES (1, 'XA', 'X-A', 'Nil Maizar, S.Pd', 'N'),

10 (2, 'XB', 'X-B', 'Nil Maizar, S.Pd', 'N'), (3, 'XX', 'X-X', 'Fifi Syafrina, S.Pd', 'Y'); Table structure for table `mapel` CREATE TABLE IF NOT EXISTS `mapel` ( `m_id` int(11) NOT NULL AUTO_INCREMENT, `m_kode` varchar(20) NOT NULL, `m_nama` varchar(100) NOT NULL, `m_nonaktif` enum('y','n') NOT NULL DEFAULT 'N', PRIMARY KEY (`m_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=5 ; Dumping data for table `mapel`

11 INSERT INTO `mapel` (`m_id`, `m_kode`, `m_nama`, `m_nonaktif`) VALUES (1,'MTK','Matematika X', 'N'), (2,'BIND','Bahasa Indonesia X', 'N'), (3,'BING','Bahasa Inggris X', 'N'), (4,'MTK','Muatan Lokal', 'N'); Table structure for table `nilai` CREATE TABLE IF NOT EXISTS `nilai` ( `n_id` int(11) NOT NULL AUTO_INCREMENT, `n_nis` varchar(50) NOT NULL, `n_id_thn` int(11) NOT NULL, `n_id_jadwal` varchar(20) NOT NULL, `n_harian` int(11) DEFAULT NULL, `n_tugas` int(11) DEFAULT NULL,

12 `n_uts` int(11) DEFAULT NULL, `n_uas` int(11) DEFAULT NULL, PRIMARY KEY (`n_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=12 ; Dumping data for table `nilai` INSERT INTO `nilai` (`n_id`, `n_nis`, `n_id_thn`, `n_id_jadwal`, `n_harian`, `n_tugas`, `n_uts`, `n_uas`) VALUES (1,' ', 7, '1', 60, 60, 60, 60), (2,' ', 7, '3', 80, 80, 80, 80), (3,' ', 7, '2', 90, 80, 90, 60), (4,' ', 7, '4', 90, 90, 90, 90), (5,' ', 7, '4', 80, 80, 80, 80), (6,' ', 8, '5', 80, 80, 80, 80), (7,' ', 8, '6', 70, 70, 70, 70), (8,' ', 7, '1', 90, 80, 75, 80), (9,' ', 7, '3', 80, 90, 80, 90), (10,' ', 8, '4', 80, 80, 90, 90),

13 (11, ' ', 7, '3', 80, 80, 80, 90); Table structure for table `pegawai` CREATE TABLE IF NOT EXISTS `pegawai` ( `p_id` int(11) NOT NULL AUTO_INCREMENT, `p_nip` varchar(50) DEFAULT NULL, `p_nama` varchar(100) DEFAULT NULL, `p_tmp_lhr` varchar(100) DEFAULT NULL, `p_tgl_lhr` date DEFAULT NULL, `p_jk` varchar(25) DEFAULT NULL, `p_alamat` varchar(100) DEFAULT NULL, `p_agama` varchar(15) DEFAULT NULL, `p_status` varchar(50) DEFAULT NULL, `nonaktif` enum('y','n') DEFAULT NULL, PRIMARY KEY (`p_id`)

14 ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ; Dumping data for table `pegawai` INSERT INTO `pegawai` (`p_id`, `p_nip`, `p_nama`, `p_tmp_lhr`, `p_tgl_lhr`, `p_jk`, `p_alamat`, `p_agama`, `p_status`, `nonaktif`) VALUES (1, '9123', 'Ahmad Rozi', 'Lubuk Basung', ' ', 'Perempuan', 'Lubuk Basung', 'Budha', 'TU', 'N'), (2, '9124', 'Sholeh Maulana', 'Lubuk Basung', ' ', 'Laki-laki', 'Lubuk Basung', 'Islam', 'Office Boy', 'N'); Table structure for table `siswa` CREATE TABLE IF NOT EXISTS `siswa` ( `s_id` int(11) NOT NULL AUTO_INCREMENT, `s_nis` varchar(50) NOT NULL, `u_uname` varchar(50) NOT NULL,

15 `u_pass` varchar(100) DEFAULT NULL, `u_nama` varchar(100) NOT NULL, `s_tmp_lahir` varchar(100) DEFAULT NULL, `s_tgl_lhr` date DEFAULT NULL, `s_jk` varchar(25) DEFAULT NULL, `s_nm_ortu` varchar(100) DEFAULT NULL, `s_pek_ortu` varchar(100) DEFAULT NULL, `s_alamat` varchar(100) DEFAULT NULL, `s_agama` varchar(15) DEFAULT NULL, `s_gdarah` varchar(5) DEFAULT NULL, `s_thn_masuk` int(11) NOT NULL DEFAULT '0', `s_kd_kls` varchar(15) NOT NULL, `nonaktif` enum('y','n') DEFAULT NULL, PRIMARY KEY (`s_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=6 ; Dumping data for table `siswa`

16 INSERT INTO `siswa` (`s_id`, `s_nis`, `u_uname`, `u_pass`, `u_nama`, `s_tmp_lahir`, `s_tgl_lhr`, `s_jk`, `s_nm_ortu`, `s_pek_ortu`, `s_alamat`, `s_agama`, `s_gdarah`, `s_thn_masuk`, `s_kd_kls`, `nonaktif`) VALUES (1, ' ', ' ', '9b5ee32facd261ee5944f3aa5d742ebe', 'Nurul Ulfa', 'Padang', ' ', 'Perempuan', 'Ahmad Nurul', 'Wiraswasta', 'Jl. Lubuk Basung', 'Islam', 'O', 2011, 'XA', 'N'), (2, ' ', 'asas', NULL, 'Abdul Muid', 'Padang', ' ', 'Laki-laki', 'Muh Sholeh', 'Wiraswasta', 'Padang', 'Islam', 'O', 2011, 'XB', 'N'), (3, ' ', ' ', NULL, 'Siswa Tidak Aktif', 'Padang', ' ', 'Laki-laki', 'Muh Sholeh', 'Wiraswasta', 'Padang', 'Islam', 'O', 2011, 'XB', 'Y'), (4, ' ', ' ', NULL, 'Shintya Rahmadhani', 'Lubuk Basung', ' ', 'Perempuan', 'Robinson', 'Wiraswasta', 'Lubuk basung', 'Islam', 'O', 2011, 'XA', 'N'), (5, ' ', ' ', NULL, 'Brawirza ', 'Lubuk Basung', ' ', 'Laki-laki', 'Robinson', 'Wiraswasta', 'Lubuk basung', 'Islam', 'O', 2011, 'XB', 'N'); Table structure for table `tahun` CREATE TABLE IF NOT EXISTS `tahun` ( `t_id` int(11) NOT NULL AUTO_INCREMENT, `t_nm` varchar(15) NOT NULL, `t_jn` varchar(15) NOT NULL,

17 `t_nonaktif` enum('y','n') NOT NULL DEFAULT 'N', PRIMARY KEY (`t_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=9 ; Dumping data for table `tahun` INSERT INTO `tahun` (`t_id`, `t_nm`, `t_jn`, `t_nonaktif`) VALUES (1,'2010/2011','Ganjil', 'Y'), (2,'2010/2011','Genap', 'Y'), (3,'2011/2012','Ganjil', 'Y'), (4,'2011/2012','Genap', 'Y'), (5,'2009/2010','Ganjil', 'Y'), (6,'2009/2010','Genap', 'Y'), (7,'2012/2013','Ganjil', 'N'), (8,'2012/2013','Genap', 'N');

Database Systems. phpmyadmin Tutorial

Database Systems. phpmyadmin Tutorial phpmyadmin Tutorial Please begin by logging into your Student Webspace. You will access the Student Webspace by logging into the Campus Common site. Go to the bottom of the page and click on the Go button

More information

Seven Hills AT Database Documentation

Seven Hills AT Database Documentation Seven Hills AT Database Documentation Authors: Nam Tran Ngoc, Mike DiMilia The Seven Hills AT Database is located on a server at the Goddard Memorial Facility. IP Address: 172.16.3.1 Computer Name: ASSIST

More information

Final Project Instructions

Final Project Instructions CPT283: PHP Programming I Final Project Instructions CPT283 Final Project Instructions Version Date: April 19, 2018 Project Name: Vehicle Log Project Purpose: Vehicle Log is a maintenance management program

More information

MySQL Installation Guide (Windows)

MySQL Installation Guide (Windows) Step1- Install MySQL MySQL Installation Guide (Windows) The following description is based on MySQL 5.7.17 for Windows. Go to MySQL download page ( http://dev.mysql.com/downloads/mysql/ ). Click the Go

More information

MySQL Installation Guide (Windows)

MySQL Installation Guide (Windows) Step1- Install MySQL MySQL Installation Guide (Windows) The following description is based on MySQL 5.7.10 for Windows. Go to MySQL download page (http://dev.mysql.com/downloads/mysql/). Click the Windows

More information

KARTU BIMBINGAN TUGAS AKHIR MAHASISWA PEMBAHASAN PADA ASISTENSI MENGENAI, PADA BAB

KARTU BIMBINGAN TUGAS AKHIR MAHASISWA PEMBAHASAN PADA ASISTENSI MENGENAI, PADA BAB 62 KEMENTERIAN PENDIDIKAN NASIONAL UNIVERSITAS SUMATERA UTARA FAKULTAS MATEMATIKA DAN ILMU PENGETAHUAN ALAM Jl. Bioteknologi No.1 Kampus USU Padang Bulan Medan 20155 Telp. (061) 8211050, 8214290, Fax (061)

More information

Running A MyDNS Name Server On OpenBSD (MySQL/PHP + MyDNS + MyDNSConfig)

Running A MyDNS Name Server On OpenBSD (MySQL/PHP + MyDNS + MyDNSConfig) By ZcWorld (Shane Ebert) Published: 2008-03-31 18:28 Running A MyDNS Name Server On OpenBSD (MySQL/PHP + MyDNS + MyDNSConfig) This tutorial shows how to run a MyDNS name server on an OpenBSD server. It

More information

THE INTERNET/INTRANET APPLICATION FOR CUTTING REGIME SETTING 1. INTRODUCTION

THE INTERNET/INTRANET APPLICATION FOR CUTTING REGIME SETTING 1. INTRODUCTION Journal of Machine Engineering, Vol. 10, No. 2, 2010 optimal cutting regime, MySql data base, internet Pavel KOVAČ 1 Marin GOSTIMIROVIĆ 1 Milenko SEKULIĆ 1 Nikola PIŽURICA 2 THE INTERNET/INTRANET APPLICATION

More information

MySQL Installation Guide (OS X)

MySQL Installation Guide (OS X) Step1- Install MySQL MySQL Installation Guide (OS X) Go to MySQL download page (http://dev.mysql.com/downloads/mysql/). Download the DMG archive version. Select the correct installer based on your system.

More information

A SQL Injection : Internal Investigation of Injection, Detection and Prevention of SQL Injection Attacks

A SQL Injection : Internal Investigation of Injection, Detection and Prevention of SQL Injection Attacks A SQL Injection : Internal Investigation of Injection, Detection and Prevention of SQL Injection Attacks Abhay K. Kolhe Faculty, Dept. Of Computer Engineering MPSTME, NMIMS Mumbai, India Pratik Adhikari

More information

XA Transactions in MySQL

XA Transactions in MySQL XA Transactions in MySQL An overview and troubleshooting guide to distributed transactions Dov Endress Senior MySQL DBA July 25th 2018 1 2016 Percona ACID Compliant Distributed Transactions Distributed

More information

LISTING PROGRAM. 1. Form Login. Private Sub BATAL_Click() End End Sub

LISTING PROGRAM. 1. Form Login. Private Sub BATAL_Click() End End Sub LISTING PROGRAM 1. Form Login Private Sub BATAL_Click() End Sub Bersih() USERNAME.Text = "" PASSWORD.Text = "" Private Sub Form_Load() Bersih Private Sub OK_Click() Sql = "select*from tbl_login where username='"

More information

WHMCS RRPproxy Module

WHMCS RRPproxy Module WHMCS RRPproxy Module - Installation and Userguide WHMCS RRPproxy Module Version 2.7 Table of contents 1. Introduction WHMCS RRPproxy Module... 3 1.1 Functions WHMCS RRPproxy Module... 3 1.2 System requirements...

More information

varchar(30), Primary Key (name))engine=innodb; bigint not null auto_increment, Primary Key (accountid))engine=innodb;

varchar(30), Primary Key (name))engine=innodb; bigint not null auto_increment, Primary Key (accountid))engine=innodb; DDL commands to create Relational schema create table Items( name photo date publisherid varchar(150), Primary Key (name))engine=innodb; create table Users ( username email password rateavg bigint not

More information

WHMCS DNS.be Module. - Installation and Userguide. WHMCS DNS.be Module Version 2.8

WHMCS DNS.be Module. - Installation and Userguide. WHMCS DNS.be Module Version 2.8 WHMCS DNS.be Module - Installation and Userguide WHMCS DNS.be Module Version 2.8 Table of contents 1. Introduction WHMCS DNS.be Module... 3 1.1 Functions WHMCS DNS.be Module... 3 1.2System requirements...

More information

Comments will be open in case any of my imaginary readers want to chime in with advice or encouragement.

Comments will be open in case any of my imaginary readers want to chime in with advice or encouragement. Why We re Here I play a baseball sim called Out of the Park Baseball. I have been playing it since 2005. On and off for a couple of years, I have been fooling around with databases. I m not a programmer

More information

Form Connection. Imports System Imports System.Threading Imports System.IO.Ports Imports System.ComponentModel

Form Connection. Imports System Imports System.Threading Imports System.IO.Ports Imports System.ComponentModel Form Connection Imports System Imports System.Threading Imports System.IO.Ports Imports System.ComponentModel Public Class connection '------------------------------------------------ Dim myport As Array

More information

PENDAFTARAN KURSUS SEMESTER 1 (DEP/DEE/DTK) SESI DIS 2018

PENDAFTARAN KURSUS SEMESTER 1 (DEP/DEE/DTK) SESI DIS 2018 PENDAFTARAN KURSUS SEMESTER (DEP/DEE/DTK) SESI DIS 08 KURSUS-KURSUS SEMASA KOD KURSUS Compulsory DUB0 Compulsory DUE0 Compulsory **DRB000 0 4 Common Core DUW0 5 Common Core DBM0 6 Common Core DBS0 7 Discipline

More information

OKC MySQL Users Group

OKC MySQL Users Group OKC MySQL Users Group OKC MySQL Discuss topics about MySQL and related open source RDBMS Discuss complementary topics (big data, NoSQL, etc) Help to grow the local ecosystem through meetups and events

More information

SQL DDL. Intro SQL CREATE TABLE ALTER TABLE Data types Service-based database in Visual Studio Database in PHPMyAdmin

SQL DDL. Intro SQL CREATE TABLE ALTER TABLE Data types Service-based database in Visual Studio Database in PHPMyAdmin SQL DDL Intro SQL CREATE TABLE ALTER TABLE Data types Service-based database in Visual Studio Database in PHPMyAdmin Steen Jensen, autumn 2017 Languages Languages for relational DBMSs are: SQL QBE Structured

More information

Welcome Installation Using the extensions The Manual (static) menu Wizard For first level Add item...

Welcome Installation Using the extensions The Manual (static) menu Wizard For first level Add item... USER GUIDE 1 CONTENTS Welcome... 3 Installation... 3 Using the extensions... 4 The Manual (static) menu Wizard... 5 For first level... 8 Add item... 8 Add sub item... 8 Remove item... 8 Label... 9 URL...

More information

WHMCS SIDN Module. - Installation and Userguide. WHMCS SIDN Module Version 2.7

WHMCS SIDN Module. - Installation and Userguide. WHMCS SIDN Module Version 2.7 WHMCS SIDN Module - Installation and Userguide WHMCS SIDN Module Version 2.7 Table of contents 1. Introduction WHMCS SIDN Module... 3 1.1 Functions WHMCS SIDN Module... 3 1.2System requirements... 3 2.

More information

Lampiran 2 MASTER TABEL

Lampiran 2 MASTER TABEL 64 Lampiran 2 MASTER TABEL No. No. Responden Umur Pendidikan Pekerjaan Paritas Kanker 1 427363 35 S1 PNS 4 Tidak 2 504024 36 SMA IRT 4 Tidak 3 500316 35 SMA IRT 5 Tidak 4 504014 35 SMA PNS 1 Tidak 5 447158

More information

CSCI-UA: Database Design & Web Implementation. Professor Evan Sandhaus

CSCI-UA: Database Design & Web Implementation. Professor Evan Sandhaus CSCI-UA:0060-02 Database Design & Web Implementation Professor Evan Sandhaus sandhaus@cs.nyu.edu evan@nytimes.com Lecture #10: Open Office Base, Life on the Console, MySQL Database Design and Web Implementation

More information

LAMPIRAN A: DDL DATABASE

LAMPIRAN A: DDL DATABASE LAMPIRAN A: DDL DATABASE MySQL-Front 5.1 (Build 2.7) Host: localhost Database: mobil ------------------------------------------------------ Server version 5.0.41-community-nt USE `mobil`; Source for table

More information

CSCI-UA: Database Design & Web Implementation. Professor Evan Sandhaus Lecture #23: SQLite

CSCI-UA: Database Design & Web Implementation. Professor Evan Sandhaus  Lecture #23: SQLite CSCI-UA:0060-02 Database Design & Web Implementation Professor Evan Sandhaus sandhaus@cs.nyu.edu evan@nytimes.com Lecture #23: SQLite Database Design and Web Implementation Administrivia! Homework HW 8

More information

bispark software, Dharwad

bispark software, Dharwad License agreement Permitted use You are permitted to use copy modify and distribute the Software and its documentation with or without modification for any purpose provided you understand and agree the

More information

Today Learning outcomes LO2

Today Learning outcomes LO2 2015 2016 Phil Smith Today Learning outcomes LO2 On successful completion of this unit you will: 1. Be able to design and implement relational database systems. 2. Requirements. 3. User Interface. I am

More information

Mysql Get Auto Increment Value After Insert Java

Mysql Get Auto Increment Value After Insert Java Mysql Get Auto Increment Value After Insert Java i try to insert values id,name using java mysql.open form1 and click new jbutton display jlabel1 value = id(autoincrement value) from mysql.and user give

More information

Data Modelling and Databases. Exercise Session 7: Integrity Constraints

Data Modelling and Databases. Exercise Session 7: Integrity Constraints Data Modelling and Databases Exercise Session 7: Integrity Constraints 1 Database Design Textual Description Complete Design ER Diagram Relational Schema Conceptual Modeling Logical Modeling Physical Modeling

More information

Install tool on site New TYPO3 site

Install tool on site New TYPO3 site Install tool on site: New TYPO3 site TYPO3 CMS 8.7.19 Toggle navigation Important actions Configuration Presets All configuration Upgrade Wizard Upgrade Analysis System environment Folder structure Test

More information

Mysql Create Database Character Set Utf8 Collate Utf8 General Ci

Mysql Create Database Character Set Utf8 Collate Utf8 General Ci Mysql Create Database Character Set Utf8 Collate Utf8 General Ci I have changed destination database default collation and tried again with create a temporary MySQL database that uses the utf8 character

More information

Mysql Create Table Example Primary Key Foreign

Mysql Create Table Example Primary Key Foreign Mysql Create Table Example Primary Key Foreign Key Now, i want to connect this two table by the use of id primary key of girls and want to make it See: How to create a Minimal, Complete, and Verifiable

More information

PHP Development - Introduction

PHP Development - Introduction PHP Development - Introduction Php Hypertext Processor PHP stands for PHP: Hypertext Preprocessor PHP is a server-side scripting language, like ASP PHP scripts are executed on the server PHP supports many

More information

[40 marks] [40 marks] Answer all questions. Jawab semua soalan.

[40 marks] [40 marks] Answer all questions. Jawab semua soalan. SULIT 05/ [40 marks] [40 marks] Answer all questions. Jawab semua soalan.. State the digit value of 4 in the number 74 59. Nyatakan nilai digit bagi 4 dalam nombor 74 59. [ mark ] [ markah ]. Diagram shows

More information

Correlations. Butir 1 Pearson Correlation ** Sig. (2-tailed) N

Correlations. Butir 1 Pearson Correlation ** Sig. (2-tailed) N 109 Lampiran olahan Data. 1. Nilai Pelanggan (X1) s Butir 1 Butir 2 Butir 3 Butir Total Butir 1 1.049 -.157.441 ** Sig. (2-tailed).626.120.000 N 100 100 100 100 Butir 2.049 1 -.003.735 ** Sig. (2-tailed).626.978.000

More information

MySQL Schema Best Practices

MySQL Schema Best Practices MySQL Schema Best Practices 2 Agenda Introduction 3 4 Introduction - Sample Schema Key Considerations 5 Data Types 6 Data Types [root@plive-2017-demo plive_2017]# ls -alh action*.ibd -rw-r-----. 1 mysql

More information

MySQL 101. Designing effective schema for InnoDB. Yves Trudeau April 2015

MySQL 101. Designing effective schema for InnoDB. Yves Trudeau April 2015 MySQL 101 Designing effective schema for InnoDB Yves Trudeau April 2015 About myself : Yves Trudeau Principal architect at Percona since 2009 With MySQL then Sun, 2007 to 2009 Focus on MySQL HA and distributed

More information

Explaining the MySQL EXPLAIN

Explaining the MySQL EXPLAIN Explaining the MySQL EXPLAIN Ronald Bradford http://ronaldbradford.com OTN South America Tour July 2011 Agenda EXPLAIN syntax options How to read QEP QEP examples MySQL optimizer limitations PURPOSE EXPLAIN

More information

How to integrate the calendar in

How to integrate the calendar in How to integrate the calendar in PHPmaker generated code. The calendar(php/mysql solution) is based on fullcalendar (jquery plugin by Adam Shaw) To integrate the calendar there are some modifications necessary:

More information

Design (Chapter 4) - Level 3, Computing Project (Dissertation) - FRANKO FAMILY

Design (Chapter 4) - Level 3, Computing Project (Dissertation) - FRANKO FAMILY Design 4.1. Android Design Principles 4.2. Storage / Database Design 4.3. Structure Design 4.4. Media Resources 4.5. Interaction Requirements Although the design is a very important part of the project,

More information

Tutorial letter 104/1/2018

Tutorial letter 104/1/2018 Tutorial letter 104/1/2018 Advanced Internet Programming ICT3612 Semester 1 Exam letter School of Computing Exam tutorial letter Dear Student The ICT3612 examination is a written examination. You will

More information

CPLOP% Cal%Poly s%library%of%pyroprints% Senior%Project%Guide% Kevin%Webb%,%CPE%Fall%2011% % % % % % % % % % % % % % % % % %

CPLOP% Cal%Poly s%library%of%pyroprints% Senior%Project%Guide% Kevin%Webb%,%CPE%Fall%2011% % % % % % % % % % % % % % % % % % CPLOP CalPoly slibraryofpyroprints SeniorProjectGuide KevinWebb,CPEFall2011 About&this&Guide: Thisguidewillbebrokenintotwoparts,onegearedforabiologystudentendH user;andanotherforaphpwebprogrammertoaddadditionalfunctionalityto

More information

Let Robots Manage Your Schema Without Killing All Humans. Jenni

Let Robots Manage Your Schema Without Killing All Humans. Jenni Let Robots Manage Your Schema Without Killing All Humans Jenni Snyder @jcsuperstar Yelp s Mission Connecting people with great local businesses. Yelp Stats As of Q4 2015 86M 95M 70% 32 Database Engineering

More information

Web Database Programming

Web Database Programming Web Database Programming Web Database Programming 2011 Created: 2011-01-21 Last update: 2015-12-20 Contents Introduction... 2 Use EasyDataSet as Data Source... 2 Bind-data to single field... 2 Data Query...

More information

OBJECTIVE. ABOUT Ronald BRADFORD. Improving Performance with Better Indexes. Improve query performance, therefore

OBJECTIVE. ABOUT Ronald BRADFORD. Improving Performance with Better Indexes. Improve query performance, therefore Improving Performance with Better Indexes The only active MySQL group in New York http://www.meetup.com/effectivemysql/ Ronald Bradford http://ronaldbradford.com 2011.0 OBJECTIVE Improve query performance,

More information

Dynamic Select Option Menu Using Ajax And PHP. Wednesday, Mar 11, 2015

Dynamic Select Option Menu Using Ajax And PHP. Wednesday, Mar 11, 2015 Page 1 of 7 TalkersCode.com HTML CSS JavaScript jquery PHP MySQL Web Development Tutorials Dynamic Select Option Menu Using Ajax And PHP. Wednesday, Mar 11, 2015 Share 4 Stum Tags:- Ajax jquery PHP MySQL

More information

Relational databases and SQL

Relational databases and SQL Relational databases and SQL Relational Database Management Systems Most serious data storage is in RDBMS Oracle, MySQL, SQL Server, PostgreSQL Why so popular? Based on strong theory, well-understood performance

More information

SpitFire Help Desk. SpitFire MySQL Database Schema

SpitFire Help Desk. SpitFire MySQL Database Schema SpitFire Help Desk SpitFire MySQL Database Schema The following is a description of the MySQL database schema that is used in creation of the lists used in both the SpitFire X Pro and SpitFire Predictive

More information

A340 Laboratory Session #17

A340 Laboratory Session #17 A340 Laboratory Session #17 LAB GOALS Interacting with MySQL PHP Classes and Objects (Constructors, Destructors, Instantiation, public, private, protected,..) Step 1: Start with creating a simple database

More information

CSCI-UA: Database Design & Web Implementation. Professor Evan Sandhaus

CSCI-UA: Database Design & Web Implementation. Professor Evan Sandhaus CSCI-UA:0060-02 Database Design & Web Implementation Professor Evan Sandhaus sandhaus@cs.nyu.edu evan@nytimes.com Lecture #10: Open Office Base, Life on the Console, MySQL Database Design and Web Implementation

More information

MySQL Test Framework for Troubleshooting. February, 04, 2018 Sveta Smirnova

MySQL Test Framework for Troubleshooting. February, 04, 2018 Sveta Smirnova MySQL Test Framework for Troubleshooting February, 04, 2018 Sveta Smirnova What my Family Thinks I Do 2 What my Boss Thinks I Do 3 What I Really Do 4 I Investigate Why customer s SQL works wrongly 5 I

More information

The Blackhole and Federated Storage Engines: The Coolest Kids on the Block

The Blackhole and Federated Storage Engines: The Coolest Kids on the Block The Blackhole and Federated Storage Engines: The Coolest Kids on the Block Kai Voigt, kai@mysql.com Senior Instructor, MySQL AB Giuseppe Maxia, giuseppe@mysql.com QA Developer, MySQL AB Kai Voigt Mister

More information

Database and MySQL Temasek Polytechnic

Database and MySQL Temasek Polytechnic PHP5 Database and MySQL Temasek Polytechnic Database Lightning Fast Intro Database Management Organizing information using computer as the primary storage device Database The place where data are stored

More information

Chapter 3. Introduction to relational databases and MySQL. 2010, Mike Murach & Associates, Inc. Murach's PHP and MySQL, C3

Chapter 3. Introduction to relational databases and MySQL. 2010, Mike Murach & Associates, Inc. Murach's PHP and MySQL, C3 1 Chapter 3 Introduction to relational databases and MySQL Slide 2 Objectives Applied 1. Use phpmyadmin to review the data and structure of the tables in a database, to import and run SQL scripts that

More information

MySQL Workshop. Scott D. Anderson

MySQL Workshop. Scott D. Anderson MySQL Workshop Scott D. Anderson Workshop Plan Part 1: Simple Queries Part 2: Creating a database: creating a table inserting, updating and deleting data handling NULL values datatypes Part 3: Joining

More information

SQL CSCI 201 Principles of Software Development

SQL CSCI 201 Principles of Software Development SQL CSCI 201 Principles of Software Development Jeffrey Miller, Ph.D. jeffrey.miller@usc.edu Outline SELECT Statements Try It USC CSCI 201L SELECT Statements SELECT statements are probably the most commonly

More information

Testing and Verifying your MySQL Backup Strategy

Testing and Verifying your MySQL Backup Strategy About the Author Ronald BRADFORD Testing and Verifying your MySQL Backup Strategy Ronald Bradford http://ronaldbradford.com @RonaldBradford 16 years with MySQL / 26 years with RDBMS Senior Consultant at

More information

Mapping of Organization using Google Map

Mapping of Organization using Google Map ISSN: 2454-132X Impact factor: 4.295 (Volume 4, Issue 2) Available online at: www.ijariit.com Mapping of Organization using Google Map Aradhya N Sasi Dr. A. V. Senthil Kumar aradhyansasi@gmail.com avsenthilkumar@yahoo.com

More information

PHP: Cookies, Sessions, Databases. CS174. Chris Pollett. Sep 24, 2008.

PHP: Cookies, Sessions, Databases. CS174. Chris Pollett. Sep 24, 2008. PHP: Cookies, Sessions, Databases. CS174. Chris Pollett. Sep 24, 2008. Outline. How cookies work. Cookies in PHP. Sessions. Databases. Cookies. Sometimes it is useful to remember a client when it comes

More information

Design of a Generic Administrator Module and User Component in Yii-based Web Applications using the Concept of Observatory

Design of a Generic Administrator Module and User Component in Yii-based Web Applications using the Concept of Observatory Design of a Generic Administrator Module and User Component in Yii-based Web Applications using the Concept of Observatory 1,2 Percy Okae, 3 Amos David 1 Computer Science Department, African University

More information

How to get MySQL to fail

How to get MySQL to fail Snow B.V. Feb 3, 2013 Introduction We all know we shouldn t press the button... Introduction We all know we shouldn t press the button... but we all want to try. Do you know? Do you know what happens if

More information

CSC 215 PROJECT 2 DR. GODFREY C. MUGANDA

CSC 215 PROJECT 2 DR. GODFREY C. MUGANDA CSC 215 PROJECT 2 DR. GODFREY C. MUGANDA 1. Project Overview In this project, you will create a PHP web application that you can use to track your friends. Along with personal information, the application

More information

INTERNATIONAL INDIAN SCHOOL, RIYADH XI XII BOYS SECTION INFORMATICS PRACTICES WORKSHEET 15 TH CHAPTER DATABASE TRANSACTION IMPORTANT QUESTION

INTERNATIONAL INDIAN SCHOOL, RIYADH XI XII BOYS SECTION INFORMATICS PRACTICES WORKSHEET 15 TH CHAPTER DATABASE TRANSACTION IMPORTANT QUESTION INTERNATIONAL INDIAN SCHOOL, RIYADH XI XII BOYS SECTION INFORMATICS PRACTICES WORKSHEET 15 TH CHAPTER DATABASE TRANSACTION Grade- XII IMPORTANT QUESTION 1. What is the benefit of Transaction? 2. What are

More information

LAMPIRAN. 1. Kode Program

LAMPIRAN. 1. Kode Program 1. Kode Program LAMPIRAN Kode Program 1. Kode program untuk Form Data Imports BusinessLib Public Class formdata #Region " Member " Dim _siswa As Siswa Dim _guru As Guru Dim _mapel As MataPelajaran Dim

More information

Advanced MySQL Query Tuning

Advanced MySQL Query Tuning Advanced MySQL Query Tuning Alexander Rubin August 6, 2014 About Me My name is Alexander Rubin Working with MySQL for over 10 years Started at MySQL AB, then Sun Microsystems, then Oracle (MySQL Consulting)

More information

Greetings West Ada Comp Sci TAC & Friends,

Greetings West Ada Comp Sci TAC & Friends, Greetings West Ada Comp Sci TAC & Friends, Thank you for taking time from your busy schedules to attend our Technical Advisors Meeting (TAC) last Wed: Two teachers, five industry reps. Your inputs directly

More information

CSC 3300 Homework 3 Security & Languages

CSC 3300 Homework 3 Security & Languages CSC 3300 Homework 3 Security & Languages Description Homework 3 has two parts. Part 1 is an exercise in database security. In particular, Part 1 has practice problems in which your will add constraints

More information

Introduction to relational databases and MySQL

Introduction to relational databases and MySQL Chapter 3 Introduction to relational databases and MySQL A products table Columns 2017, Mike Murach & Associates, Inc. C3, Slide 1 2017, Mike Murach & Associates, Inc. C3, Slide 4 Objectives Applied 1.

More information

Accessing databases in Java using JDBC

Accessing databases in Java using JDBC Accessing databases in Java using JDBC Introduction JDBC is an API for Java that allows working with relational databases. JDBC offers the possibility to use SQL statements for DDL and DML statements.

More information

The connection has timed out

The connection has timed out 1 of 7 2/17/2018, 7:46 AM Mukesh Chapagain Blog PHP Magento jquery SQL Wordpress Joomla Programming & Tutorial HOME ABOUT CONTACT ADVERTISE ARCHIVES CATEGORIES MAGENTO Home» PHP PHP: CRUD (Add, Edit, Delete,

More information

Load Data Fast! BILL KARWIN PERCONA LIVE OPEN SOURCE DATABASE CONFERENCE 2017

Load Data Fast! BILL KARWIN PERCONA LIVE OPEN SOURCE DATABASE CONFERENCE 2017 Load Data Fast! BILL KARWIN PERCONA LIVE OPEN SOURCE DATABASE CONFERENCE 2017 Bill Karwin Software developer, consultant, trainer Using MySQL since 2000 Senior Database Architect at SchoolMessenger SQL

More information

University of British Columbia Okanagan. COSC Project Design

University of British Columbia Okanagan. COSC Project Design University of British Columbia Okanagan COSC 304 - Project Design Names Removed Submitted: Dec 02, 2018 1 CONTENTS: 1. Introduction 2 1.1. Purpose.................................................... 2

More information

Dealing with schema changes on large data volumes. Danil Zburivsky MySQL DBA, Team Lead

Dealing with schema changes on large data volumes. Danil Zburivsky MySQL DBA, Team Lead Dealing with schema changes on large data volumes Danil Zburivsky MySQL DBA, Team Lead Why Companies Trust Pythian Recognized Leader: Global industry-leader in remote database administration services and

More information

Databases (MariaDB/MySQL) CS401, Fall 2015

Databases (MariaDB/MySQL) CS401, Fall 2015 Databases (MariaDB/MySQL) CS401, Fall 2015 Database Basics Relational Database Method of structuring data as tables associated to each other by shared attributes. Tables (kind of like a Java class) have

More information

Using a CVP VoiceXML application to implement a logical shadow queue for ICM

Using a CVP VoiceXML application to implement a logical shadow queue for ICM Using a CVP VoiceXML application to implement a logical shadow queue for ICM Introduction When calls are queuing in ICM, situations can arise in which greater visibility of the queue contents is required

More information

Selections. Lecture 4 Sections Robb T. Koether. Hampden-Sydney College. Wed, Jan 22, 2014

Selections. Lecture 4 Sections Robb T. Koether. Hampden-Sydney College. Wed, Jan 22, 2014 Selections Lecture 4 Sections 4.2-4.3 Robb T. Koether Hampden-Sydney College Wed, Jan 22, 2014 Robb T. Koether (Hampden-Sydney College) Selections Wed, Jan 22, 2014 1 / 38 1 Datatypes 2 Constraints 3 Storage

More information

Part 1: IoT demo Part 2: MySQL, JSON and Flexible storage

Part 1: IoT demo Part 2: MySQL, JSON and Flexible storage Part 1: IoT demo Part 2: MySQL, JSON and Flexible storage $ node particle_mysql_all.js Starting... INSERT INTO cloud_data_json (name, data) values ('particle', '{\"data\":\"null\",\"ttl\":60,\"published_at\":\"2017-09-28t19:40:49.869z\",\"coreid\":\"1f0039000947343337373738

More information

How to use SQL to create a database

How to use SQL to create a database Chapter 17 How to use SQL to create a database How to create a database CREATE DATABASE my_guitar_shop2; How to create a database only if it does not exist CREATE DATABASE IF NOT EXISTS my_guitar_shop2;

More information

Stored procedures - what is it?

Stored procedures - what is it? For a long time to suffer with this issue. Literature on the Internet a lot. I had to ask around at different forums, deeper digging in the manual and explain to himself some weird moments. So, short of

More information

Lecture 6 Session Control and User Authentication. INLS 760 Web Databases Spring 2013 Rob Capra

Lecture 6 Session Control and User Authentication. INLS 760 Web Databases Spring 2013 Rob Capra Lecture 6 Session Control and User Authentication INLS 760 Web Databases Spring 2013 Rob Capra HTML Forms and PHP PHP: lect2/form1.php echo "Hello, ". htmlspecialchars(strip_tags($_get['name'])); echo

More information

Build a Professional Website Using Joomla 1.5

Build a Professional Website Using Joomla 1.5 Build a Professional Website Using Joomla 1.5 Part IV: Creating a Joomla Component This article is part of the series on Joomla. In Part 1, we learned the basics of Joomla, using it to create a professional

More information

Faculty of Environment & Technology

Faculty of Environment & Technology Faculty of Environment & Technology Academic Year: 2012/13 Module Leader: Module Code: Title of Module: Prakash Chatterjee UFCE8K-15-M Data Management Examination Date: TBA Examination Start time: TBA

More information

Programming in PHP Have you Cake? Presenter: Nguyen Thanh Hai Mar. 30 th, 2014

Programming in PHP Have you Cake? Presenter: Nguyen Thanh Hai Mar. 30 th, 2014 Programming in PHP Have you Cake? Presenter: Nguyen Thanh Hai Mar. 30 th, 2014 Agenda Introduction Components needed Model-View-Controller Cake convention Relationship between Models Validation of data

More information

Carnegie Mellon Univ. Dept. of Computer Science /615 - DB Applications. Today's Party. Example Database. Faloutsos/Pavlo CMU /615

Carnegie Mellon Univ. Dept. of Computer Science /615 - DB Applications. Today's Party. Example Database. Faloutsos/Pavlo CMU /615 Carnegie Mellon Univ. Dept. of Computer Science 15-415/615 - DB Applications C. Faloutsos A. Pavlo Lecture#6: Fun with SQL (part2) Today's Party DDLs Complex Joins Views Nested Subqueries Triggers Database

More information

SELECT Product.name, Purchase.store FROM Product JOIN Purchase ON Product.name = Purchase.prodName

SELECT Product.name, Purchase.store FROM Product JOIN Purchase ON Product.name = Purchase.prodName Announcements Introduction to Data Management CSE 344 Lectures 5: More SQL aggregates Homework 2 has been released Web quiz 2 is also open Both due next week 1 2 Outline Outer joins (6.3.8, review) More

More information

Managing Your Database Using Oracle SQL Developer

Managing Your Database Using Oracle SQL Developer Page 1 of 54 Managing Your Database Using Oracle SQL Developer Purpose This tutorial introduces Oracle SQL Developer and shows you how to manage your database objects. Time to Complete Approximately 50

More information

P - 13 Bab 10 : PHP MySQL Lanjut (Studi Kasus)

P - 13 Bab 10 : PHP MySQL Lanjut (Studi Kasus) P - 13 Bab 10 : PHP MySQL Lanjut (Studi Kasus) 10.1 Tujuan Mahasiswa mampu : Mengetahui dan Memahami Integrasi PHP dengan MySQL Mengetahui dan Memahami Relasi Dengan phpmyadmin Designer Mengetahui dan

More information

Study of Database Reliability and Performance in VCL

Study of Database Reliability and Performance in VCL 1 Study of Database Reliability and Performance in VCL By Yeshwanth Kumaraswamy, North Carolina State University Abstract This Independent study Report aims to solve certain problems experienced by the

More information

Data Base Lab. The Microsoft SQL Server Management Studio Part-3- By :Eng.Alaa I.Haniy.

Data Base Lab. The Microsoft SQL Server Management Studio Part-3- By :Eng.Alaa I.Haniy. Data Base Lab Islamic University Gaza Engineering Faculty Computer Department Lab -5- The Microsoft SQL Server Management Studio Part-3- By :Eng.Alaa I.Haniy. SQL Constraints Constraints are used to limit

More information

-- Exportiere Struktur von Tabelle businessappointments.category DROP TABLE IF EXISTS `category`;

-- Exportiere Struktur von Tabelle businessappointments.category DROP TABLE IF EXISTS `category`; -- -------------------------------------------------------- -- Host: 127.0.0.1 -- Server Version: 5.1.53-community - MySQL Community Server (GPL) -- Server Betriebssystem: Win64 -- HeidiSQL Version: 8.0.0.4396

More information

MAJOR PROJECT ON ONLINE SHOPPING SYSTEM

MAJOR PROJECT ON ONLINE SHOPPING SYSTEM This project is a web based shopping system for an existing shop. The project objective is to deliver the online shopping application into PHP platform. MAJOR PROJECT ON Avick Naha 1 DINABANDHU ANDREWS

More information

Databases. Web applications in PHP to query a database. Practice n. 4

Databases. Web applications in PHP to query a database. Practice n. 4 Databases Web applications in PHP to query a database Practice n. 4 The purpose of this practice is to build a simple web application in PHP to query a database. Preliminary steps This practice is based

More information

Data Model. KSU Students Portal. Version 1.0 Beta. Submitted in partial fulfillment of the requirements of the degree of MSE

Data Model. KSU Students Portal. Version 1.0 Beta. Submitted in partial fulfillment of the requirements of the degree of MSE Data Model KSU Students Portal Version.0 Beta Submitted in partial fulfillment of the requirements of the degree of MSE Javier Ramos Rodríguez CIS 895 MSE Project Kansas State University Table of Contents.

More information

Covering indexes. Stéphane Combaudon - SQLI

Covering indexes. Stéphane Combaudon - SQLI Covering indexes Stéphane Combaudon - SQLI Indexing basics Data structure intended to speed up SELECTs Similar to an index in a book Overhead for every write Usually negligeable / speed up for SELECT Possibility

More information

XCRIKe mini-project. JISC Final Report

XCRIKe mini-project. JISC Final Report XCRIKe mini-project JISC Final Report 23 September 2009 Author & Contact: Matthew Bull Web Development & Support Services Team Room S18 Cornwallis South University of Kent Canterbury Kent CT2 7NF T: +44

More information

Unit 27 Web Server Scripting Extended Diploma in ICT

Unit 27 Web Server Scripting Extended Diploma in ICT Unit 27 Web Server Scripting Extended Diploma in ICT Dynamic Web pages Having created a few web pages with dynamic content (Browser information) we now need to create dynamic pages with information from

More information

Advanced SQL. Nov 21, CS445 Pacific University 1

Advanced SQL. Nov 21, CS445 Pacific University 1 Advanced SQL Nov 21, 2017 http://zeus.cs.pacificu.edu/chadd/cs445f17/advancedsql.tar.gz Pacific University 1 Topics Views Triggers Stored Procedures Control Flow if / case Binary Data Pacific University

More information

MySQL Data Modeling Tutorial

MySQL Data Modeling Tutorial MySQL Data Modeling Tutorial Contents 1. Overview 1 2. Create a Data Model 2 3. Add New Tables to the Data Model 3 4. Add Foreign Key Relationship 4 5. Saving and Printing the Data Model 6 6. Foreward

More information