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) Please give me the SP for the below scenario. I have two tables named Table1 and Table2...I need to fetch record by record from Table1 and insert the record in to table2 where the value in the sno column of the table1 is even number.
4 7872Please give me queries for the following 1. To get the count of duplicate records. 2. A query to delete the duplicate records.
3 6832Hi SQL gurus, i am working for an MNC... My team is having a problem in sql server. when user slects date prompts from jan 1st to april 30, it should display all months data like : jan aa feb bb mar cc but when it comes to april its taking data like : jan aa feb bb mar cc apr dd...and so on means its taking data again from jan to april which we dont want. we want the data only april month as we are getting jan, feb and mar... can any one write the code to relsove the issue please would be greatful if you can send to shiva_sans@yahoo.co.in and also please send your email also ...so that we will be in touch for any kind of queries ... Thanks a lot in Advance !!!
1 3896
What is the difference between now() and current_date()?
What are the sql aggregate functions?
Is it true that rules do not apply to data already existing in a database at the time the rule is created?
What is the primary use of normalization?
What are dml commands?
What is the max number of columns in an oracle table?
can a stored procedure call itself or recursive stored procedure? How much level sp nesting is possible? : Sql dba
What does the update command do?
How can you add and remove any column of a table?
What are the database objects?
How do you start a database?
What is a database lookup?
Does postgres support clustering?
Explain correlated query work?
what is 'mysqlcheck'? : Sql dba