31 Oct 2006
a)sel * from DBC.AccountInfo
where accountname = account..(this will give all accounts for database,users and profile)
if u want more details abt the account.....then
sel * from dbc.dbase
where accountname = account (this will give the default account for each database and the user)
b) sel account;
You must sign in to leave a comment.

a) How would you see the details of the current Account?
b) What is the correct syntax of the Account function?