Why does sql need a server?
Is there a 64 bit version of ssms?
What is a recursive stored procedure?
How do I send sql query results to excel?
What are the datatypes available in pl/sql ?
What are sql indexes?
create a store procedure and created synonms for that store procedure after modify that store procedure will effect on synonms? If we delete the store procedure what happened to that synonms?
Give which cursor is better for better performance means type of cursors?
what is the command used to fetch first 5 characters of the string? : Sql dba
what is oracle database ? : Sql dba
take one table is t1 and in that column name is f1 f1 column values are 200 5000 3000 7000 300 600 100 400 800 400 i want display the values asc and desc in a single output. sample output is f1.a 100 200 300 400 500 600 etc...... and f1.d is 5000 4000 3000 2000 1000 etc...
What is indexing oracle sql?
What is the purpose of my sql?