DLL commands

Syed

Member
Can you please tell me which of these are not DLL commands,
a).Commit

b).Savepoint

c).Rename

d).Merge
 
If you do mean DDL, then only RENAME is a Data Definition Language command. It is the only command that creates, alters, or drops a database object definition.
 
Back
Top