What is meant by raw datatype?
No Answer is Posted For this Question
Be the First to Post Answer
What is a Data File ?
How can Oracle users be audited?
Briefly explain what is literal? Give an example where it can be used?
What happens if you use a wrong connect identifier?
What is a table index in oracle?
How to see free space of each tablespace?
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
How do we represent comments in oracle?
i have executed the Delete command after the I have created table whether deletions will be commit or not? if table is successfully created?
What happens if you lost a data file?
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)
What are privileges and grants?