






Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
BCIS 3680 EXAM 3 STUDY GUIDE 2026
Typology: Exams
1 / 10
This page cannot be seen from the preview
Don't miss anything!







Be able to use correct syntax to write try‐ catch‐finally blocks to handle an exception. - Answers - try Block try { ( statements that may cause an exception ) } =cannot use without catch or finally Block catch Block catch (ExceptionType ParameterName) { ( exception handling statements ) } - Answers --follows try Block
2.2 Command/keystrokes to list existing databases, select which database to work on, list tables in a database, run SQL script files, exit an incomplete SQL statement - Answers - SELECT DATABASE TO WORK: Run: use
2.4 Be able to issue the SQL command to display the schema of a table. - Answers - SCHEMA:
protocol:subprotocol:databaseName