How can multiply values of a column? OR How can multiply value of a row of a column using a single query in SQL?
1 6190I am creating an index on Emp table Empno column,if u using this indexed column in ur SELECT stmt. where clause,then how do u know that yr index will be working or nor? Thanks Advance...
3 6717I m giving Source, Destination and Age. Write a procedure or function, it will give to u this source to destination tickets are available or not, if available then check this person is senior citizen or not,if this person is senior citizen then give some discount. PLZ give this answer...... Thanks advance.....
3 6320column A column b | output 10 7 | 10 5 8 | 8 7 -9 | 7 3 5 | 5 0 6 | 6 Write a sql query to print such output.
4 7475how to load data with out header and footer records in a database using sql*loader? pls tell me the answer urgently
1 7061How write primary and foreign key relationship between two tables without using constraints? u can use any of procedure/function/trigger and any sql?
1 7225I have a tablle like this: cust acc ----------- a 1 b 2 b 3 c 4 c 5 c 6 I Want below o/p: cust acc --------------- a 1 b 2|3 c 4|5|6 Please any one can you have any ideas share me. I have urgent requirement.
MTS,
7 10654
What is varchar used for?
What is the difference between microsoft access and sql server?
Explain ddl statements in pl/sql?
what is a trigger? : Sql dba
What is string join?
Can we insert data into view?
What is the sql*loader? : aql loader
How do you get column names only for a table (sql server)?
Hi how to import oracle sequence in Informatica? Please write stored procedure code that will import oracle sequence in Informatica SP transformation as per below scenario Oracle table product list Pro_id, pro_name 101, LED Lights. 102, 20watt CFL Lights. 103, 30 watt CFL lights Now a new flat file with new product list needs to be added to oracle table product list with oracle sequence. flat file product Prono,pro_name, 1, 20 watt tube light 2, 30 watt tube light & target should be like 101, LED Lights. 102, 20watt CFL Lights. 103, 30 watt CFL lights. 104, 20 watt tube light 105, 30 watt tube light thks reg suvarna joshi suvarnaatsuvarna@rediffmail.com
What view means?
how can we destroy the session, how can we unset the variable of a session? : Sql dba
How do I save a sql query?
what is subquery? : Sql dba
how to add a new column to an existing table in mysql? : Sql dba
Is left join and outer join same?