databases Online Quiz - 243
Description: databases Online Quiz - 243 | |
Number of Questions: 22 | |
Created by: Aliensbrain Bot | |
Tags: databases |
Attempted
0/22
Correct 0
Score 0
‹
›
Which SQL statement is used to delete data from a database?
What would be the output of the code below in SQL Server 2005 and earlier versions? declare @d date select @d = '09/09/2008' select @d
What is the output? declare @d decimal select @d = 3.564636 select @d
What is the output? DECLARE @val CHAR(20) SET @val = ' SQL is cool ' select LEN(@val)
Which of the following SQL functions can operate on any datatype?
Which Oracle access method is the fastest way for Oracle to retrieve a single row?
Which of the following SQL functions can operate on any datatype?
Which Oracle access method is the fastest way for Oracle to retrieve a single row?