Infosys AS-TFINTCBSCIXM1001-T100 Basic Technical Knowledge (TFINTCBSCIXM1001) Free Practice Test
Question 1
The only process in Oracle database that reads the redo logs is:
Correct Answer: C
Question 2
How do you visualize the content of the file "not_empty"?
Correct Answer: B
Question 3
Which SQL statement is used to insert new data into a database?
Correct Answer: A
Question 4
If "users" is a directory, the command "ls users" will display
Correct Answer: A
Question 5
The SQL statement to change "Hansen" into "Nilsen" in the "LastName" column in the Persons table
Correct Answer: A
Question 6
The safest mode for a database to run is:
Correct Answer: C
Question 7
___________ is a database object that allows the creation of a customised slice of a table or a collection of tables
Correct Answer: A
Question 8
Program Global Area is an area of memory that is used by a single Oracle process.
Correct Answer: B
Question 9
Can the SELECT clause list have a computed value like in the example below? SELECT CustomerName, UnitPrice * NumberofUnits FROM Sales
Correct Answer: B