databases Online Quiz - 192
Description: databases Online Quiz - 192 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: databases |
Attempted
0/20
Correct 0
Score 0
‹
›
select round(139.898,-2),round(188.898,-2) from dual would results in?
What is the result of the query "Select length(to_char(to_date(11032007,'ddmmyyyy'),'March')) from dual;" ?
The REPLACE function in SQL replaces the data in the database and displays it as output.
The output of the query "select length('This is Ram''s book') from dual; " is
The output of the query " select instr('I am an expert in sql functions','n',-10,2) from dual; " is