CSCI 4333 Database Design and Implementation – Exercise (1)

Slides:



Advertisements
Similar presentations
Query Methods (SQL). What is SQL A programming language for databases. SQL (structured Query Language) It allows you add, edit, delete and run queries.
Advertisements

CSCI 4333 Database Design and Implementation Review for Midterm Exam I
Relational Algebra and SQL Exercises
Relational Algebra Tim Kaddoura CS157A. Introduction  Relational query languages are languages for describing queries on a relational database  Three.
CSCI 3328 Object Oriented Programming in C# Chapter 9: Classes and Objects: A Deeper Look 1 Xiang Lian The University of Texas – Pan American Edinburg,
Class Advisement Surveys Class Advisement Surveys Northview High School Results Report Fall 2012.
CSCI 4333 Database Design and Implementation Review for Midterm Exam II Xiang Lian The University of Texas – Pan American Edinburg, TX 78539
1 A Closer Look Underlying Concepts of Databases and Transaction Processing.
1 A Closer Look Chapter 2. 2 Underlying Concepts of Databases and Transaction Processing.
1 The Big Picture of Databases We are particularly interested in relational databases Data is stored in tables.
CSCI/CMPE 4341 Topic: Programming in Python Chapter 3: Control Structures (Part 1) – Exercises 1 Xiang Lian The University of Texas – Pan American Edinburg,
CSCI/CMPE 4341 Topic: Programming in Python Chapter 6: Lists, Tuples, and Dictionaries – Exercises Xiang Lian The University of Texas – Pan American Edinburg,
The University of Texas – Pan American
 Location  Established  Housing  Online application  Application fee  Transcripts  Testing scores  Portfolio  Parsons’ challenge.
CSCI 4333 Database Design and Implementation – Exercise (3) Xiang Lian The University of Texas – Pan American Edinburg, TX
CSCI 6307 Foundation of Systems – Exercise (2) Xiang Lian The University of Texas – Pan American Edinburg, TX
Computer Programming I and II Learn C# Write programs for Xbox.
CSCI 4333 Database Design and Implementation – Exercise (5) Xiang Lian The University of Texas – Pan American Edinburg, TX
A Survey of Student Attitudes: Database Competition NCC 2003 Lissa F. Pollacia Pam Miller Northwestern State University Claude Simpson University of Texas.
CSCI 3328 Object Oriented Programming in C# Chapter 11: Files and Streams -- Exercises 1 Xiang Lian The University of Texas Rio Grande Valley Edinburg,
CSCI 3328 Object Oriented Programming in C# Chapter 8: LINQ and Generic Collections – Exercises 1 Xiang Lian The University of Texas – Pan American Edinburg,
CSCI 3328 Object Oriented Programming in C# Chapter 12: Databases and LINQ – Exercises 1 Xiang Lian The University of Texas Rio Grande Valley Edinburg,
CSCI 4333 Database Design and Implementation – Exercise (2) Xiang Lian The University of Texas Rio Grande Valley Edinburg, TX 78539
CSCI/CMPE 4341 Topic: Programming in Python Chapter 4: Control Structures (Part 2) Xiang Lian The University of Texas – Pan American Edinburg, TX
CSCI 4333 Database Design and Implementation – Exercise (1) Xiang Lian The University of Texas Rio Grande Valley Edinburg, TX 78539
CSCI 3328 Object Oriented Programming in C# Chapter 6: Methods – Exercises 1 Xiang Lian The University of Texas Rio Grande Valley Edinburg, TX 78539
The Freshman Foundation Your Success Starts Now. COURSES, CREDITS & CAREERS TODAY WE WILL TALK ABOUT: –Graduation Requirements including: Credits & graduation.
CSCI 6307 Foundation of Systems – Exercise (4) Xiang Lian The University of Texas – Pan American Edinburg, TX
CSCI/CMPE 4341 Topic: Programming in Python Chapter 7: Introduction to Object- Oriented Programming in Python – Exercises Xiang Lian The University of.
Chapter 2 The Big Picture. Copyright © 2005 Pearson Addison-Wesley. All rights reserved. 2-2 Databases We are particularly interested in relational databases.
CSCI/CMPE 4341 Topic: Programming in Python Chapter 5: Functions – Exercises Xiang Lian The University of Texas – Pan American Edinburg, TX 78539
CSCI 4333 Database Design and Implementation – Exercise (5)
American high schools.
Database Design Goal: specification of database schema Methodology:
Databases We are particularly interested in relational databases
Lecture 4 – Case Study TCP1201: 2017/2018.
CSCI 6315 Applied Database Systems – Exercise (1)
The University of Texas – Pan American
The University of Texas – Pan American
CSCI 3328 Object Oriented Programming in C# Chapter 7: Arrays
The University of Texas Rio Grande Valley
The University of Texas – Pan American
The University of Texas – Pan American
CSCI 6315 Applied Database Systems – Exercise (3)
The University of Texas – Pan American
CSCI 4333 Database Design and Implementation – Exercise (3)
CSCI 3328 Object Oriented Programming in C# Review: Exam I
The University of Texas – Pan American
The University of Texas – Pan American
The University of Texas – Pan American
CSCI 3328 Object Oriented Programming in C# Review: Exam I
The University of Texas Rio Grande Valley
CSCI 6307 Foundation of Systems – Exercise (3)
CSCI 4333 Database Design and Implementation – Exercise (5)
CSCI 6315 Applied Database Systems – Exercise (4)
The University of Texas – Pan American
The University of Texas – Pan American
CSCI 6307 Foundation of Systems – Exercise (1)
CSCI 3328 Object Oriented Programming in C# Review: Exam II
CSCI 3328 Object Oriented Programming in C# Review: Final Exam
CSCI 4333 Database Design and Implementation – Exercise (4)
The University of Texas – Pan American
CSCI 6315 Applied Database Systems – Exercise (6)
Relational Algebra and SQL Exercises
CSCI 3328 Object Oriented Programming in C# Review: Final Exam
CSCI 4333 Database Design and Implementation – Exercise (4)
The University of Texas – Pan American
CSCI 6315 Applied Database Systems – Exercise (5)
CSCI 3328 Object Oriented Programming in C# Review: Exam II
CSCI 6307 Foundation of Systems – Exercise (5)
Presentation transcript:

CSCI 4333 Database Design and Implementation – Exercise (1) Xiang Lian The University of Texas – Pan American Edinburg, TX 78539 lianx@utpa.edu

SQL Statements Please Write an SQL statement that Returns the Ids of all seniors in the table, Student Deletes all seniors from Student Promotes all juniors in the table Student to senior Id Name Address Status 11111111 John 123 Main freshman 12345678 Mary 456 Cedar sophomore 44433322 Art 77 So. 3rd senior 87654321 Pat 88 No. 4th junior Student Table

SQL Statements (cont'd) Create an SQL statement that creates the Transcript table StudId, CrsCode, Semester, Grade