adspace
Answer Posted / Sachin Dev Verma
In PL/SQL, `AUTH_ID` is a system-generated number that uniquely identifies each user. It's automatically assigned when the user account is created. On the other hand, `AUTH_USER` refers to the username that was specified during the account creation process.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Do we need to rebuild index after truncate?
what is collation? : Sql dba
Hi am new to PLSQL & facing problems in writing code like in SP, Functions, so any one having some SP coding with in depth explanation please share with me my Email ID suvarnaatsuvarna@rediffmail.com Or taking tanning on this please do contact me
what are all the common sql function? : Sql dba
how to start mysql server? : Sql dba
what are aggregate and scalar functions? : Sql dba
If a cursor is open, how can we find in a pl/sql block?
define sql insert statement ? : Sql dba
Is primary key clustered index?
what is schema? : Sql dba
Does group by remove duplicates?
how many tables will create when we create table, what are they? : Sql dba
Can we rollback truncate?
what is dbms? : Sql dba
Is inner join faster than left join?