databases Online Quiz - 61
Description: databases Online Quiz - 61 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: databases |
Table with no clustered index is called
Which one is the level of index in the below list
Which database objects can a stored procedure create?
Sub-queries can be nested in…
What will be the result of the following SQL statement: SELECT LEFT('Have a nice day.', 4)
Which one is the parameter of SP_Configure
Which is not parameters for STUFF function
The file that store data in Sybase is usually called as
select trim(column_name1),left(column_name2,5),substring(column_name3,2,4) from Table1 - The result of the above statement is
@@sqlstatus can't have any of the below values
Which is not part of "case" keyword in sybase
which of the below functions are not used in Sybase
Which one of the below is not related to Cursor
Some of the core sys tables can be updated, true or false
Which of the following statements is NOT true of local variables?
Total no of index in the user tables
It is possible to create a constraints on the existing tables by creating new column
is related to