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) Give the two types of tables involved in producing a star schema and the type of data they hold.
1 3921A table is classified as a parent table and you want to drop and re-create it. How would you do this without affecting the children tables?
3 15190Explain the difference between ARCHIVELOG mode and NOARCHIVELOG mode and the benefits and disadvantages to each.
HCL,
1 8187
What are stuff and replace function?
Which command is used to delete a trigger?
What are types of joins?
What is the password of postgres user?
What is trigger in salesforce?
How to move a multi-file database?
What happens if a tablespace clause is left off of a primary key constraint clause?
What is database mirroring?
What is 'mysqlshow'?
What is difference between unix timestamp and mysql timestamp?
is it possible to pass an object or table to a procedure as an argument?
what is a self join? : Sql server database administration
Is sql scripting language?
What is log shipping? Can we do logshipping with SQL Server 7.0 - Logshipping is a new feature of SQL Server 2000. We should have two SQL Server - Enterprise Editions. From Enterprise Manager we can configure the logshipping. In logshipping the transactional log file from one server is automatically updated into the backup database on the other server. If one server fails, the other server will have the same db and we can use this as the DR (disaster recovery) plan.
What is csv?