Database Applications Programming CS 362 Dr. Samir Tartir 2014/2015 First Semester.

Slides:



Advertisements
Similar presentations
Lecture 1 Intro Databases and Information Systems DT210 S McKeever 1.
Advertisements

Management Information Systems Dr. Eric Breimer. Course Syllabus CSIS-114: Management Information Systems (Spring 2008) Lecture: Wednesday and Friday,
Management Information Systems Dr. Eric Breimer. Course Syllabus CSIS-114: Management Information Systems (Spring 2007) Lecture: Wednesday and Thursday,
Management Information Systems Dr. Eric Breimer. Course Syllabus CSIS-114: Management Information Systems (Spring 2006) Lecture: Wednesday and Friday,
Database Management Systems 331 IT Semester II 1431/1432 Winter 2011.
CS542: Database Management Systems1 CS 542 (Fall 2001) Database Management Systems Instructor: Wang-Chien Lee or
1 Dr. Fatemeh Ahmadi-Abkenari February Grade Detail Final Exam: 14 Research and Presentation: 6.
Bala Kappagantula CGS 1000 Introduction to Computers and Technology Fall 2007.
CSET 3300: Database-Driven Web Applications Spring 2010 William Acosta URL:
Course Title Database Technologies Instructor: Dr ALI DAUD Course Credits: 3 with Lab Total Hours: 45 approximately.
Is422- Course Overview Prepared by L. Nouf Almujally 1.
CS461: Principles and Internals of Database Systems Instructor: Ying Cai Department of Computer Science Iowa State University Office:
Database Management Systems I
Fundamentals of Databases CIS-235 Dr. Samir Tartir 2014/2015 Second Semester.
Fundamentals of Scientific Research Dr. Samir Tartir 2014/2015 First Semester.
Introduction to Databases Computer Science 557 September 2007 Instructor: Joe Bockhorst University of Wisconsin - Milwaukee.
Course Overview Prepared by L. Nouf Almujally 1. Course Objectives Fundamental concepts of database systems, in particular, relational database systems.
Welcome to CS 115! Introduction to Programming. Class URL Write this down!
ICS104 Computer Programming Second Semester 2012/2013 ICS1041 Tuwailaa Alshammari College of Computer Science & Engineering University.
1 [CMP001 Computer Orientation I] Course Guide Ms. Wesal Abdalfattah office#: 357 Ext#: 8612 Prince Sultan University,
Data Warehousing/Mining 1 Data Warehousing/Mining Comp 150DW Course Overview Instructor: Dan Hebert.
COSC 6340 Databases Jehan-François Pâris
Software Development CSCI-1302 Lakshmish Ramaswamy.
OO Data Structures SE Dr. Samir Tartir 2010/2011 Second Semester.
IST 210: Organization of Data
11/29/2015Elke A. Rundensteiner -- CS5421 Database Management Systems CS Fall 2012 Instructor: Elke Rundensteiner
Database Applications Programming CS 362 Dr. Samir Tartir 2014/2015 Second Semester.
Introduction to Info Systems & Info Technology CIS-110 Dr. Samir Tartir 2013/2014 First Semester.
CS 541 Lecture Slides Sunil Prabhakar CS541 Database Systems.
CSC 411/511: DBMS Design CSC411_L0_OutlineDr. Nan Wang 1 Course Outline.
1 BUS 3500 MANAGEMENT INFORMATION SYSTEMS Abdou Illia, Ph.D. (Monday 8/24/2015)
CS151 Introduction to Digital Design Noura Alhakbani Prince Sultan University, College for Women.
CST 223 Concepts of Programming Languages Dr. Sherry Yang PV 171
CSE3330/5330 DATABASE SYSTEMS AND FILE STRUCTURES (DB I) CSE3330/5330 DB I, Summer2012 Department of Computer Science and Engineering, University of Texas.
Information Retrieval CIS-462 Dr. Samir Tartir 2013/2014 First Semester.
COP4610 Principles of Operating Systems Prof. Robert van Engelen Department of Computer Science Florida State University.
ITIS 5160 Applied Databases Fall Overview Class hour 6:30 – 9:15pm, Wedn, Woodward Hall 125 Office hour 3:00 – 5:00pm, Wedn Instructor - Dr. Xintao.
ITIS 5160 Applied Databases Fall Overview Class hour 9:30am – 12:15pm, Friday, Woodward 120 Office hour 1:30 – 2:30pm, Wednesday Instructor - Dr.
IST 210: ORGANIZATION OF DATA Introduction IST210 1.
CSE202 : Fundamentals of Database Systems Vikram Goyal Indraprastha Institute of Information Technology, Delhi (IIIT-D), India FROM : Slides from CSE202.
Introduction to CSCI 242 Compiled by S. Zhang 1. Syllabus Syllabus has the most updated information! –Use the information on the syllabus for the grading.
MIS 4200 Systems and Database Analysis, Design, and Development Abdou Illia, Ph.D School of Business Eastern Illinois University (Monday.
Class Introduction IST 210: Organization of Data IST2101.
CS445 Pacific University 1 11/16/2016 CS 445 Introduction to Database Systems TTH 1:00 – 2:15 Chadd Williams Office HoursM 1:00-2:00 Tue 11-noon Thur 3-4.
Database Management Systems
Database Systems – (
Database Design CT1313.
Course Overview - Database Systems
IT Project Management MIS419/576 Fall 2017.
CS101 Computer Programming I
CSc 020: Programming Concepts and Methodology II
Introduction Copyright © 2007 Ramez Elmasri and Shamkant B. Navathe.
Database Managment System
Introduction to Information Systems and Technology
CPE741: Distributed Systems Course Introduction
Welcome to GC311 Database Concepts
Dr. Shiyong Lu Wayne State Univesrity
Welcome to GC311 Database Concepts
Course Overview - Database Systems
Introduction to Info Systems & Technology
Fundamentals of Databases
Database Applications Programming CS 362
CS210 Intermediate Programming with Data Structures
MIS2502: Data Analytics Course Introduction
Sampath Jayarathna Cal Poly Pomona
Computer Networks CNT5106C
Information Retrieval CIS-462
Database Applications Programming CS 362
CSCE 4523/5523 Database Management Systems Fall 2019.
Presentation transcript:

Database Applications Programming CS 362 Dr. Samir Tartir 2014/2015 First Semester

Class Lecture Times: –STT: 14:10 – 15:00 Room: –402 Slides are on ecourse: –

Lecturer Instructor: Dr. Samir Tartir Office: IT 303 Office Hours: STT 11-12, MW: TBA Website – Facebook group: –

Lecturer Background PhD: From the University of Georgia in Database Programmer: – : CCS: Jordan – : Al-Awa’el: Jordan – : Integrant: Jordan & USA – : Dar Al-Handasa: Jordan – : SIMTIX: Jordan – : Padgett: USA Database Technologies: –Oracle, SQL Server, MS Access, Sybase, MySQL, SQLite

Course Overview Prerequisites: –CIS-235: Database Fundamentals Textbook: –Title: “Fundamentals of Database Systems” –Authors: El Masri & Navathe –Publisher: Addison-Wesley, 5th edition, 2006

Course Description This module tends to give the student knowledge in database systems programming using Oracle. –SQL statements –Cursors –PL/SQL Blocks –Stored and user-defined Procedures –Stored and user-defined Functions –Stored and user-defined Packages –Oracle Forms –Oracle Reports

New Content Practical design methodology (Ch. 10) Introduction to SQL Programming (Ch. 13) Web DB Programming using PHP (Ch. 14) Algorithms for Query processing and Optimization (Ch. 19) Physical DB Design and Tuning (Ch. 20) DB Recovery Techniques (Ch. 23) DB Security (Ch. 24) Distributed DB (Ch. 25)

Grading First exam: 20% Second exam: 20%: Class: 15%+ Lab: 5% Lab: 5% Project: 15% Final exam: 40%: Class: 35%+ Lab: 5%

Projects To be done in teams of 3 7 Project deliverables Details on next slide

Project Deliverables DescriptionDate 1Teams & Titles2/November 2Requirements16/November 3ER Diagram30/November 4Schema7/December 5Tables14/December 6Data28/December 7Screens11/January

Late and Cheating Policies All assignments are due by 11:59 PM 10% penalty for each late day Zero points if late by more than 5 days Proper documentation needed for health- related excuses Cheating cases handed over to academic honesty department –Minimum penalty: Failing the class

Use of Electronic Devices Laptops –Only for note taking or training on class material, can be asked to turn in notes. Phones/Tablets etc –Must always be silent or turned off while in class –First time a warning, second you’ll be asked to leave class. –Only in emergencies Others –Should be turned off