Menu

Advanced SQL Questions

MCQ
61.
Which of the following closely resembles Create view?
forum Discussion
MCQ
62.
In contemporary databases, the top level of the hierarchy consists of ______ each of which can contain _____
forum Discussion
MCQ
63.
Which of the following statements creates a new table temp instructor that has the same schema as an instructor.
forum Discussion
MCQ
64.
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?
forum Discussion
MCQ
65.
Which of the following header must be included in java program to establish database connectivity using JDBC ?
forum Discussion
MCQ
66.
DriverManager.getConnection(_______ , ______ , ______) What are the two parameters that are included?
forum Discussion
MCQ
67.
Which of the following invokes functions in sql?
forum Discussion
MCQ
68.
Which of the following function is used to find the column count of the particular resultset?
forum Discussion
MCQ
69.
Which of the following is a following statement is a prepared statements?
forum Discussion
MCQ
70.
Which of the following is used as the embedded SQL in COBOL?
forum Discussion