How to get unique records from a table?
I have one Excel file with 1,50,000 Records. Now I need to load that whole file into Oracle Database with same columns in Excel sheet . I need PLSQL Procedure or used by SQL PLUS
How to run pl sql program in mysql?
What is a temp table?
I have one table,in that table (1)i have java1.1 version books are 2 and java1.5 version books are 4. (2).Net2.0 books are 3, .Net3.5 books are 2 (3)ABC1.6 books are 4, ABC2.0 books are 3. Now i want output is like Book Count Java 6 .Net 5 ABC 7 For this i need sql query, please help me if anyone how to get this result. Thanks, Seenu
Can a table contain multiple foreign key’s?
Can we delete column in sql?
What are pl/sql cursor exceptions?
HOW CAN I FIND MAX SAL ,ENAME FROM EMP TABLE.
What is numeric function sql?
What is trigger in sql?
write a query to display diference between two dates in sql server
What is the difference between local variables and global variables?