Q.1.
Which of the following is used to access the database server at the time of executing the program and get the data from the server accordingly?
Q.2.
Which of the following header must be included in java program to establish database connectivity using JDBC ?
Q.3.
DriverManager.getConnection(_______ , ______ , ______)
Q.4.
Which of the following invokes functions in sql?
Q.5.
Which of the following function is used to find the column count of the particular resultset?
Q.6.
Which of the following is a following statement is a prepared statements?
Q.7.
Which of the following is used as the embedded SQL in COBOL?
Q.8.
Which of the following is used to distinguish the variables in SQL from the host language variables?
Q.9.
The update statement can be executed in host language using
Q.10.
Which of the following is used to access large objects from a database ?