Download presentation
Presentation is loading. Please wait.
Published byPhyllis McCoy Modified over 9 years ago
1
“Source” the file Download tables.sql from the class website Upload it into your cse account “source” the file at the command line – mysql -h student-db -u [EUID] -p [EUID] < tables.sql – Example: mysql -h student-db -u jwp0101 -p jwp0101 < tables.sql – Your password is your EUID unless you change it – If you have having password problems, contact Matt Kernan mkernan@unt.edumkernan@unt.edu
2
Querying at the Command Line Log in to your mysql account – mysql -h student-db -u [EUID] –p Use your database – use [EUID]; Practice writing queries When you are satisfied with the query, copy it into file [lastname]_[firstname]_MySQL.sql
3
[lastname]_[firstname]_MySQL.sql Use comments for the English version Number the queries Place your SQL query underneath: -- 1. Find the table names of all existing tables created by you show tables; -- 2. Find the schema of the borrower table etc... Save the file regularly
4
Submitting the file Source the file to ensure your queries work Submit the file using the project command: project submit 4350s001 banking [filename]
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.