To connect oracle database which module is required to be included in...
For i in range(2):
...
Can private variables be accesses outside the class
List1 = ['physics', 'chemistry', 1997, 2000]
...
List1 = [1998, 2002, 1997, 2000]
...
The HAVING clause does which of the following?
Which method of cursor class is used to execute SQL query on database
If (7 < 0) and (0 < -7):
...
List = [1, 2, 3, None, (1, 2, 3, 4, 5), ['Geeks',...
A = {i: i * i for i in range(6)}
print (a)
Super is used to
A = True...
Class A():
...
What type of join is needed when you wish to include rows that do not...
I = 0
...
Which of the following group functions ignore NULL values?
Which of the following statements contains an error?
Which of the following is not a super key in relational schema with...
Class methods need cls as the first argument
Which one is not applicable while querying on a view?
If in JOIN operation, conditions of JOIN operation are not satisfied...
Data = 50
...
What is the output of the following snippet of code
...
What is the relationship between car and
...
What is the output of the following snippet of code
...
Which of the following is the use of id() function in python?
A table on the many side of a one to many or many to many relationship...
Using the ______ clause retains only one copy of such identical...
I = 1
...
What is the output of the following?
...
Rollback segments are used for
Which of the following scenarios may lead to an irrecoverable error in...
Line = "What will have so will"
...
List1 = [1, 2, 3, 4, 5]
...
Suppose you need to print pi constant defined in math module. Which of...
ON UPDATE CASCADE ensures which of the following
Empid
...
Def greetPerson(*name):
...
What is the output
...
"Study the code
...
Connect() method takes what as argument
A = "hello and welcome to python "
...
Which are the join types in join condition:
Which one is correct?
List = ['a', 'b', 'c', 'd',...
AN SQL view is said to be updatable, if clause contains only attribute...
My_string = 'welcometocampusconnect'
...
X = ['ab', 'cd']
...
Class ParentClass:
...
Find the Salary in increasing order of all employees