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 explain.. DB architecture ...
How many types of dimensions are there and what are they? : sql server analysis services, ssas
What are the 3 main types of search queries?
Where can you find the error log information? : sql server database administration
How do you exit in sql?
IF Statements BLOCK 1 . IF a >= b THEN do_this …..; ELSE do_that….; END IF BLOCK 2 . IF a < b THEN do_that …..; ELSE do_this….; END IF; • Given any pair of non-NULL values for “a” and”b”, will Block 1 and Block 2 do the same thing? • What if either “a” or”b” (or both) is NULL?
Why are aggregate functions called so?
Explain table valued parameters in sql server? Why tvp used?
How to find a value in another dataset based on current dataset field (ssrs 2008 r2)?
What are different types of statements that are supported by sql?
What is surrogate key? : sql server analysis services, ssas
Why use view instead of a table?
How to find the size of database?
What is the difference between the application object and session object?
Define compound operators?