What is meant by Materialized view?
Answers were Sorted based on User's Feedback
Answer / raj&
materialized views are schema objects that can be used to summarize,precompute,replicate and distribute data.
| Is This Answer Correct ? | 4 Yes | 1 No |
explain the delete statements in sql
What is the difference between numeric and autonumber?
what are the methods using performance tunning in sql and pl/sql
four procedures is are there should i write their in a package
What are types of joins?
how to shutdown mysql server? : Sql dba
Does sql view stored data?
what are the type of locks ? : Sql dba
What is replication id?
How do you update a value in sql?
Hi, Can anybody please explain me the flow of the below query. I am not able to understand how this query works. This query is for finding the Nth highest salary.. SELECT DISTINCT (a.sal) FROM EMP A WHERE &N = (SELECT COUNT (DISTINCT (b.sal)) FROM EMP B WHERE a.sal<=b.sal); If N = 2 then second highest salary will be the o/p. If N = 3 then third highest salary will be the o/p. and so on.. Thanks, Nitin
5 Answers Deloitte, Ness Technologies,
how to select unique records from a table? : Sql dba
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)