What is the system function to get the current user's user
id?
Answer Posted / ajitnayak
select USERNAME,user_id from user_USERS;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain about post-relational databases?
How you can make a parameterized view?
How to generate OIDS
What are the main phases of database development?
Who are end users in dbms?
On friday, you issued several insert statements using query analyzer. You then verified the data had been correctly entered with a select statement on monday, your users report that the data is not there what happened?
Hi my program is accesing data from two db2 databases.what is the bind card for this program to genarate plan? how to specify the two owners and two qualifiers in bind card
Any sample or model question of punjab national bank for deputy manger IT or any sample of PNB.any1 plz do send on
Explain what a database is?
Does QTP Support the Propjects which are running in Dot Net? As we are starting with new project in Dot net need to use automation tool?Please advice & let me know what would be the best.
fact table and dimension table containg one to many relationship or many to one relastionship
How can you fix a poorly performing query?
There is a trigger defined for INSERT operations on a table, in an OLTP system. The trigger is written to instantiate a COM object and pass the newly insterted rows to it for some custom processing. What do you think of this implementation? Can this be implemented better?
How to use timestamp datatypes
You have a table with three columns: amount1, amount2, and amount3 in a single row only one of these three columns will have a value and the other two will be null. Write a sql query to retrieve the values from these columns?