1D0-441 Exam Questions
123 real 1D0-441 exam questions with expert-verified answers and explanations. Page 2 of 3.
- Question #60
Which code segment instantiates a Statement object that can be used to create a scrollable result set?
- Question #61
Which of the following statements is true of JDBC URLs?
- Question #62
What is a domain?
- Question #63
Your database administrator has disallowed a group of users from making alterations to the Employees table in your corporate database. The users, known as Group_2, previously had f...
- Question #64
Which statement best describes a procedural data manipulation language command?
- Question #67
What is the highest normal form of the relation(s) shown in the exhibit?
- Question #68
Your enterprise is developing a database system that will contain highly sensitive data. Security of the data will take priority over database processing speed. Which database prot...
- Question #69
Which statement is true with respect to transactions and JDBC?
- Question #70
What does a JDBC URL identify?
- Question #71
Which of the following statements is true of a Pure Java driver?
- Question #73
Which database security technique prevents invalid data from being entered into the database?
- Question #74
Which statement is true with respect to prepared statements and JDBC?
- Question #75
Consider the Information Engineering diagram shown in the exhibit. Building_ID, R_ID, Room_Count and Room_Num are integer numbers, whereas Bldg_Name and Res_Name are represented by...
- Question #77
Which of the following definitions best describes an atomic value?
- Question #78
Consider the following code fragment: 1. PreparedStatement ps = conn.prepareStatement 2. (INSERT INTO Orders VALUES (?, ?, ?, ?, ?)); 3. 4. ps.setInt(1, 4000); 5. ps.setString(2, 0...
- Question #79
To create a view, what are the minimal privileges that a user must have for the relations used to make the view?
- Question #80
Consider the following code segment: 1. ResultSet rs = s.executeQuery(SELECT Student_ID, Activity + 2. FROM Activities + 3. WHERE Fee >0); 4. 5. while(rs.next()) { 6. String s_num...
- Question #81
What is a relational database domain?
- Question #82
Consider the relation shown in the exhibit. Which of the following SQL statements would properly add information for a new employee?
- Question #83
Which type of dependency occurs when one attribute of a composite key is removed and the dependency still exists?
- Question #84
What is the highest normal form of the relation(s) shown in the exhibit?
- Question #85
Consider the following relational algebraic expression: Which of the following SQL statements is equivalent to this relational algebraic expression?
- Question #87
Which subset of Structured Query Language (SQL) is used to limit access to a database or its data?
- Question #89
Consider the following SQL statement: SELECT * FROM Orders WHERE NOT Amount < 1000 AND Sales_Rep_No = 210; Using the Orders Relation shown in the exhibit, what is the output of thi...
- Question #90
Consider the following database information: domain s_id: integer domain grd: fixed length character string length 1 STUDENT_GRADE( Student_Number: s_id NOT NULL Grade: grd ) Prima...
- Question #91
Consider the Information Engineering diagram shown in the exhibit. Which DBDL definition best describes this diagram?
- Question #92
Which method of the SQLException class returns an X/OPEN SQLState error code?
- Question #94
Which statement is used to define a named group of related tables, views, domains and other database objects?
- Question #95
What is the most important service provided by a database management system?
- Question #96
Consider the following code fragment: 1. PreparedStatement ps = conn.prepareStatement( 2. SELECT * FROM Orders WHERE + 3. Customer_No = ?); 4. 5. ps.setShort(1, 1001) 6. 7. ResultS...
- Question #97
What is the highest normal form of the relation(s) shown in the exhibit?
- Question #98
Consider the Recreation Relation shown in the exhibit. You need to apply a SQL statement to the Recreation Relation that will return the following data: Bowling Racquetball Handbal...
- Question #99
Which characteristic is an advantage of a database management system?
- Question #100
Consider the Entity-Relation diagram shown in the exhibit. When the logical database design phase is completed, which of the following is a valid DBDL description of the base relat...
- Question #105
Which statement best describes database metadata extraction using result sets?
- Question #107
Consider the Project relation shown in the exhibit. Also consider the following SQL statement: DELETE FROM Project WHERE Cust_Name = Acme; Which of the following tables shows the P...
- Question #108
Which term describes the management of simultaneous transactions to prevent conflicts?
- Question #112
Consider the Information Engineering diagram in the exhibit showing a conceptual data model of the relations BUILDING and RESIDENT. What is the next step in refining the data model...
- Question #113
Consider the code fragment shown in the exhibit. 1. PreparedStatement ps = conn.prepareStatement 2. (INSERT INTO Orders VALUES (?, ?, ?, ?, ?)); 3. 4. ps.setInt(1, 3000); 5. ps.set...
- Question #115
Your enterprise has reached the conceptual design phase for a database project. What is the desired goal at the end of this design phase?
- Question #116
Which term describes an attribute or combination of attributes that uniquely identifies a row in a relation?
- Question #117
Consider the Stu_Act and Act_Fee relations shown in the exhibit. Which SQL statement would return the Activity Relation shown in the exhibit?
- Question #118
Which static member of the ResultSet class should be used to create a non-updatable scrollable result set?
- Question #119
Which of the following best describes the two-tier database architecture?
- Question #120
A government agency provides driving licenses for various types of motor vehicles. A requirement for a particular license may be possession of another type of motor vehicle license...
- Question #121
Consider the following code fragment: 1. Statement s = conn.createStatement(); 2. ResultSet rs = s.executeQuery(SELECT * FROM Orders + 3. WHERE Order_Date = '02-22-02'); 4. while(r...
- Question #122
What is the purpose of the JDBC SQLException class?
- Question #123
The exhibit shows a relation for a companys projects. Which candidate key(s) would best serve as the primary key for this relation?
- Question #124
Which component in the three-tier database architecture handles the data-processing logic?
- Question #126
What is the highest normal form of the relation(s) shown in the exhibit?