web technology Online Quiz - 61
Description: web technology Online Quiz - 61 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: web technology |
Attempted
0/16
Correct 0
Score 0
‹
›
Java Persistence API(JPA) is used in
Which of the following is not part of new controls added to WPF in .NET 4.0?
can we prevent overriding
C# has multiple inheritance
web page inherits which class
which is for data retieval
which is used to extract data from database
which is not a constraint in sql
which command is used to remove data from table with deleting log file
SELECT ROUND(TRUNC(MOD(1600,10),-1),2) FROM dual;
select CEILING(-10.4)
select ROUND(1234.1962, 2)
select stuff('abcdef',3,2,'YZ')
select str('123.45',8,4)
select RTRIM('fasdfsadf ')
What is the Result of the Following two Queries SELECT CEIL(-123.50) FROM DUAL; SELECT CEIL(123.50) FROM DUAL;