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 5520How 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 6039suppose 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 12904I 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 9767Describe the Index, Types of index, At what situation we have used? Which one s better than others?
1 3774I have a Employee table with columns ename,eid,salary,deptno. How to retrieve sum of salary for each deptno?
L&T,
8 17165I 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 4072
what is 'mysqlshow'? : Sql dba
Which are the different case manipulation functions in sql?
What is auto increment?
what is column? : Sql dba
what is a unique key ? : Sql dba
what are all the different normalizations? : Sql dba
How do you write a subquery?
What is file based approach?
How is a process of pl/sql compiled?
What is the purpose of design view?
What are the sql versions?
what is log shipping? : Sql dba
Is the primary key an index?
Can we use update in sql function?
Differentiate between % rowtype and type record.