How can multiply values of a column? OR How can multiply value
of a row of a column using a single query in SQL?
Answer Posted / amit shukla
SELECT EXP (SUM (LN (COLUMN_NAME) FROM TABLE.
Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
What is cte?
How you can copy a file to file content and file to pl/sql table in advance pl/sql?
How do I add a primary key to a table?
How many sql statements are used? Define them.
How to return an array from java to pl/sql?
In a distributed database system, can we execute two queries simultaneously?
Is t sql a programming language?
Explain the order of sql statement execution?
Is left join inner or outer?
What are the most important ddl statements in sql?
What is meant by <> in sql?
When sql appeared?
What is foreign key in sql with example?
Explain the methods used to protect source code of pl/sql.
What are user defined functions?