what is the command line end user interface - mysql? : Sql dba
What are the difference between Functions/Stored Procs and Triggers and where are they used.
Does view contain data?
I have following column in the table. col1 1 a b c 2 3 d and I want to display it as num chars 1 a 2 b 3 c 4 d numbers in one column and letters in another column.
What are the new features in Oracle 10g. Compared to Oracle 9i?
define sql insert statement ? : Sql dba
Which certification is best for sql?
What is use of term?
Hi am new to PLSQL & facing problems in writing code like in SP, Functions, so any one having some SP coding with in depth explanation please share with me my Email ID suvarnaatsuvarna@rediffmail.com Or taking tanning on this please do contact me
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).
List and explain the different types of join clauses supported in ansi-standard sql?
can we call a procedure into another procedure?If yes means how you can pass the perameters for the two procedures?
What is the difference between the repeatable read and serializable isolation levels? : Transact sql