what are the differences between char and varchar? : Sql dba
No Answer is Posted For this Question
Be the First to Post Answer
Can we insert data in view?
what is acid property in database? : Sql dba
How to call the function and Procedure in trigger?
Can instead of triggers be used to fire once for each statement on a view?
Define select, insert, create, delete, update, drop keywords
What is the difference between a primary key and a clustered index?
How many aggregate functions are available there in sql?
how can we find the select statement is indexed or not?
Do view contain data?
What is the difference between left join and left outer join?
Fetch an entire row from the employees table for a specific employee ID:
Table A Table B 1 1 2 1 3 1. Union & union all --> A Union B , A Union all B 2. Minus , Intersect --> A minus B , B Minus A , A Intersect B 3. Joins A join B , A Left Join B A Right Join B , A full Join B 4. %Type - Uses & Benifit 5. Truncate & Delete 6. Pragma Autonomus Transaction 7. how to Perform DDL from function or procedure 8. Can we have DML inside Function 9. Rank & Dense Rank diffrence 10. Water Mark in Oracle 11. Index , Can we have index in all column of table if no then why ?