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) What are three ways you can use an identity value inside a trigger? Why would you prefer one way over another?
1013You want to be sure that queries in a database always execute at the maximum possible speed. To achieve this goal you have created various indexes on tables which other statement will keep the database in good condition?
1089You have developed an application which uses many stored procedures and triggers to update various tables users ocassionally get locking problems which tool is best suited to help you diagnose the problem?
1021If a user does not have permission to a table, but has permission to a view created on it, will he be able to view the data in table?
953
What is the reports view in oracle sql developer?
What is maximum size for an access database?
How do you run a trace?
How does cross join work?
Can we write ddl in trigger?
What is the difference between stored procedures and stored functions in oracle?
Explain Enterprise Resource Planning (ERP), and what sort of a database is utilised in an ERP application?
List out the different types of locks available in sql server?
What are the main features of a database?
What are the types of database lock?
how to present a past time in hours, minutes and seconds? : Sql dba
What are views used for?
How to load data with sql*loader?
How to reaname table name without using sp_Rename in sql server..?
Show how functions and procedures are called in a pl/sql block.