How do we represent comments in oracle?
Answer / Vikrant Nain
"In Oracle, comments can be represented using two methods: {"comment line comment": "-- This is a single-line comment. It is ignored by the database"; and "multiline comments": "/* This is a multiline comment. It extends to the next slash star pair */"}
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the use of record length option in exp command.
ABOUT IDENTITY?
How can we find the size of a database?
What is the difference between count (*), count (expression), count (distinct expression)?
Please help me how to write a Query to change the primary key constraint from 1 attribute to another attribute in a table
Why do you use stored procedures and state some of its disadvantages?
What is truncate oracle?
if i am using dml statement in function. then i am writing select statement what was the output
What is difference between Rename and Alias?
what r routers?
How to set up autotrace for a user account?
What is a trigger and what are its types?