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.
Answers were Sorted based on User's Feedback
Answer / ajit
SELECT SUM(PRODQTY) FROM EMP WHERE TO_CHAR(PRODDATE,'MON-YYYY')='APR-2014';
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sunnil
select sum(prodqty) from emp where to_char('proddate','yyyy')=2014 and to_char('proddate','mm')=04;
| Is This Answer Correct ? | 1 Yes | 1 No |
Is it mandatory for the primary key to be given a value when a new record is inserted?
What is meant by Materialized view?
2 Answers iGate, Marlabs, Polaris,
what is the difference between implicit and explicit trigger
What is database sql?
difference between oracle 8i and oracle 9i
Difference between inline query and stored procedure?
Query for second maximum salary in each in each department
15 Answers DST Global Solutions, TCS,
What do you mean by query optimization?
What is integrity in sql?
What is sqlite format?
What are types of exception?
Is delete faster than truncate?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)