Explain what are the type of synonyms?
No Answer is Posted For this Question
Be the First to Post Answer
How to bring a tablespace offline?
What are ACID properties in databases?
write a sql query following source looking like below column1 column2 101,102,103 abc,def,ghi 1001,1002,1003 a,b,c i want the output column1 column1 101 abc 102 def 103 ghi 1001 a 1002 b 1003 c
What is a trigger and what are its types?
what are different types of deletes?
Explain oracle 12c new features for developers?
Whether Oracle satisfy more codd rules or db2 satisfy more codd rules? How meny of each can satisfy ? Please answer me. Advance thanks
what is meant by magic query
how to find find & delete duplicate rows from two different tables?
What are the parameters that we can pass through a stored procedure?
The table has 3 columns 4 rows. The output is which column has least null values( A COL SHOULD BE THE OUTPUT) Write the query plz. A B C ---------- 1 NULL 7 2 4 NULL NULL 5 NULL 3 NULL NULL
Table Has C1 And C2 Column If Exits any record in c1 then Update c2 record Otherwise insert new record in the C1 And C2 (Using Procedure)