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 / amit shukla
SELECT EXP (SUM (LN (COLUMN_NAME) FROM TABLE.
Is This Answer Correct ? | 3 Yes | 5 No |
what is data manipulation language? : Sql dba
what the meaning of sql
give the syntax of grant and revoke commands? : Sql dba
What are the two types of exceptions.
find the third highest salary?
How to fix oracle error ora-00942: table or view does not exist
How many types of tables are there?
define data blocks ? : Sql dba
What is minus?
Why partition by is used in sql?
How to select random rows from a table?
Explain character-manipulation functions?