Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the system function to get the current user's user
id?

Answers were Sorted based on User's Feedback



What is the system function to get the current user's user id?..

Answer / dhivya

select * from v$session;

from this we can get the user's id.

Is This Answer Correct ?    1 Yes 1 No

What is the system function to get the current user's user id?..

Answer / lakshmi narayanan r

SELECT CURRENT_USER

Is This Answer Correct ?    1 Yes 1 No

What is the system function to get the current user's user id?..

Answer / ajitnayak

select USERNAME,user_id from user_USERS;

Is This Answer Correct ?    0 Yes 0 No

What is the system function to get the current user's user id?..

Answer / dinesh sharma


select User_Id()

Is This Answer Correct ?    2 Yes 4 No

Post New Answer

More DB Development Interview Questions

Explain the family trees and connection by clause.

1 Answers  


Explain about the relational database?

0 Answers  


In which database can extended stored procedures be added?

0 Answers  


Explain about the hierarchical model of the database?

0 Answers  


How would you design a database for an online site, which would average a million hits a day?

0 Answers  


Explain the general syntax for a SELECT statements covering all the options.

3 Answers  


Can an extended stored procedure be called from inside a user-defined function?

0 Answers  


Explain about query and reporting.

0 Answers  


What is the physical representation for a many-to-many relationship?

0 Answers  


What is an application role and explain a scenario when you would use one?

0 Answers  


How can you fix a poorly performing query?

0 Answers  


how to find the first two highest salaries in deptno in emp table

2 Answers  


Categories