table name: prod there are three fields in the table that are
1.proddate
2.prodQty
3.model
Day wise prodQty is stored in the table prod
write a query to display total prodqty in the year 2004 april.
Answer Posted / ajit
SELECT SUM(PRODQTY) FROM EMP WHERE TO_CHAR(PRODDATE,'MON-YYYY')='APR-2014';
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do you explain an index number?
Write the alter statement to enable all the triggers on the t.students table.
GLOBAL TEMPORARY TABLE over Views in advantages insolving mutating error?
How do I debug a stored procedure?
What is foreign key sql?
Explain how you can copy a file to file content and file to pl/sql table in advance pl/sql?
How do I save a sql query?
how to enter characters as hex numbers? : Sql dba
How do you select unique values in sql?
What is a primary key? Explain
What are the different types of dbms?
What is function and procedure in pl sql?
What is a dynamic query?
what are sequences
Why join is faster than subquery?