Oracle (3253)
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) There is a trigger defined for INSERT operations on a table, in an OLTP system. The trigger is written to instantiate a COM object and pass the newly insterted rows to it for some custom processing. What do you think of this implementation? Can this be implemented better?
1 2474What is normalization? Explain different levels of normalization?
CG-VAK, Choice Solutions, College School Exams Tests, IBM, Wipro,
9 63506How do you implement one-to-one, one-to-many and many-to- many relationships while designing tables?
1 10065Can you create a updatecascade, Deletecascade relation in Ms-Access? If yes, give an example?
2 9320
What is the difference between upgrade and migration in sql server?
What is a view in sql?
How can I check that whether automatic statistic update is enabled or not?
What is the best sql course?
If you're given a raw data table, how would perform etl (extract, transform, load) with sql to obtain the data in a desired format?
How do I create a trace in sql server?
what is the Ticketing tool used in Wipro technologies at Bangalore...???
define sql insert statement ? : Sql dba
What are the pros and cons of putting a scalar function in a queries select list or in the where clause?
Can delete statement be rollbacked?
Is there any performance difference between if exists (select null from table) and if exists (select 1 from table)?
What is a scheduled job or what is a scheduled task?
Can one drop a column from a table?
what is the last version,the release date of that version and fix pack of ibm db2 udb?
Explain “row_number()” in sql server with an example?