hi sql gurus, here is my question 4 u. i wanna use triggers for sending reminder mail to all users who are registered to the site. if any one knws the code plz send me ans here : chayabs3@gmail.com thnx advance
1 5460How would you go about increasing the buffer cache hit ratio? 0. Explain the difference between a hot backup and a cold backup and the benefits associated with each 1. You have just had to restore from backup and do not have any control files. How would you go about bringing up this database? 2. How do you switch from an init.ora file to a spfile? 3. Explain the difference between a data block, an extent and a segment. 4. Give two examples of how you might determine the structure of the table DEPT. 5. Where would you look for errors from the database engine? 6. Compare and contrast TRUNCATE and DELETE for a table. 7. Give the reasoning behind using an index. 8. Give the two types of tables involved in producing a star schema and the type of data they hold. 9. What type of index should you use on a fact table? 10. Give two examples of referential integrity constraints. 11. A 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? 12. Explain the difference between ARCHIVELOG mode and NOARCHIVELOG mode and the benefits and disadvantages to each. 13. What command would you use to create a backup control file? 14. Give the stages of instance startup to a usable state where normal users may access it. 15. What column differentiates the V$ views to the GV$ views and how? 16. How would you go about generating an EXPLAIN plan?
2 5951suppose we have a table in which 200 rows. i want to find 101 row ? what the query.... and how we find 4th and 5th highest salary and 1 to 10 highest salary
7 12646I have 2 Databases. How can create a table in particular database? How can i know the list of tables presented each database?( in oracle 10g)
Relq,
5 9575Describe the Index, Types of index, At what situation we have used? Which one s better than others?
1 3700I have a Employee table with columns ename,eid,salary,deptno. How to retrieve sum of salary for each deptno?
L&T,
8 16847I have done oracle 10g. I need a project knowledge. So if u please send a project how it should be done,Or you can send email link. I will be very grateful to u.
1 3969
Which is faster joins or subqueries?
Is a view faster than a stored procedure?
how to shut down the server with 'mysqladmin'? : Sql dba
How to create a menu in sqlplus or pl/sql?
What are the types pl/sql code blocks?
How do you modify a trigger?
What is an exception in PL/SQL? What are the two types of exceptions?
explain the difference between delete , truncate and drop commands? : Sql dba
How to run sql statements through the web interface?
What is t sql in sql server?
Can we rollback delete command?
Which is faster union or join?
How does index help in query performance?
What is the use of pl/sql table?
Is pl sql better than sql?