Tag: databases
Questions Related to databases
PRINT NOGEN
PCB TYPE=DB,DBDNAME=VENDOR
SENSEG NAME=VENSEG,PROCOPT=G
SENSEG NAME=ITEMSEG,PARENT=VENSEG,PROCOPT=R
SENSEG NAME=LOCNSEG,PARENT=ITEMSEG,PROCOPT=A
PSBGEN
END
Referring to the sample code above, what is missing in the first macro in the PSBGEN job stream?
@@Error returns the sys.messages.message_id column value if an error occurs in the last T-SQL statement executed.True/False?
A transaction must have ACID properties to be qualified as such.
Which of the Isolation levels causes "Dirty Read"?
Which one of the below functions is Non-Deterministic?
The given T-SQL statement is executed. What happens?
COUNT(*) returns the number of items in a group - which of the below is correct?
We can write triggers for Truncate.