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) How many database objects (trigger, packages, sequence etc) uses a particular field in a given table. For ex: I want to know how many database object uses the ATTRIBUTE1 in the PO_VENDORS table. What query will give me the result showing the database object name(package, trigger etc), field_name used (in this case ATTRIBUTE1) and table_name (in this case PO_VENDORS).
IBM,
2 9058How do you find the error, how can you know the number of rows effected by last SQL statement?
1 4708Please HELP me its urgent? If i want to EXPORT data from SQL server to ORACLE 11g then how can I replicate data from SQL to ORACLE?
3 4986what is the use of anchoring object? what r the difference between anchoring object & enclosing object? can any one tell me all the details?
1 2578Is it possible to allow NULL values in foreign key? I s it possible to use different constraints for the same column in the table (i.e) (id int NOT NULL,UNIQUEUE)
1 9774
Where can you add custom error messages to sql server?
How efficient you are in oracle and SQL server?
What is the difference between case version and decode version?
Disadvantages of the indexes?
What are wait types?
How do I start sql server 2017?
How to start an oracle instance?
Design database draw er diagram for a certain scenario ?
Can sql servers link to other servers like oracle?
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?
What is the primary use of the model database?
Suppose database is running slow, what will you do?
What is an indexed view?
What is sql or structured query language?
What are the risks of storing a hibernate-managed object in a cache? How do you overcome the problems?