Multiple Choice
Which of the following would be a good primary key for a Course table designed to hold course information for a university?
A) CourseName
B) CourseID
C) CourseCredit
D) CoursePrerequisites
Correct Answer:

Verified
Correct Answer:
Verified
Q30: What is wrong with the following statement?<br>ResultSet
Q31: The _ clause is used to select
Q32: When you first get a result set
Q33: The acronym JDBC stands for _:<br>A)Joint Data
Q34: All database URLs have the format:<br>A)jdbc:subprotocol:driver-specific data<br>B)jdbc/subprotocol/driver/data<br>C)oracle.jdbc.driver.OracleDriver<br>D)c:\jdk1.7.0\db\lib\driver.jar
Q36: What will the following expression match to?<br>Name
Q37: To fetch a column in a result
Q38: What should the database.properties file contain so
Q39: Why should we use try-with-resources to open
Q40: The outcome of a SELECT query is