I have a tablle like this. cust acc --------------- a 1 b 2|3 c 4|5|6 I Want below o/p: cust acc ----------- a 1 b 2 b 3 c 4 c 5 c 6 Please any one can you have any ideas share me. I have urgent requirement.
4 12418Name Salary Abc 50000 Abc 50000 xyz 20000 find the max salary using aggregate function?
CTS,
2 10623difference between table level constraint and column level and advantages of table level constraint
4 15624I have 2 packages A and B. Now package A references Package B and Package B references Package A. How do you compile such inter-dependent objects in PL/SQL
5 19355I have a table .in the table 100 recored is there .we have get the single row with out using clause..
3 9280In table a 1lakh data is present,in table b 20 thousand data is present, to get unique data from table a and b which join to be considered. whether right outer join or left inner join.
GE,
2 5330I have 2 table A and B. In A 1 lakh record is present. In b 20 thousand data is present. To get the unique data from table A and B which join we should prefer left inner join or right outer join. Please answer.
GE,
4 9946if table named a is there and 4 records are there then how to swap (1 and 3) and (2 and 4) records at a time
1 3805. 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. CUST ACC a dv b fg b bh c mk c cl c so result:- A B c dv fg mk bh cl so
3 6351I Defined SP1, Sp2 (sp=StoreProcedures)In Package Specification but I Implemented Sp1, sp2, sp3, sp4, sp5 then What type of Error You will find????
3 11674
what is sp_pkeys? : Transact sql
What is delimiter sql?
Sql technical questions
what is oracle database ? : Sql dba
what is timestamp in mysql? : Sql dba
What is the use of stored procedures?
What is sap sql anywhere?
How do I order columns in sql?
Why do we use sqlite?
Why partition by is used in sql?
Is pl sql a programming language?
Which nosql database is best?
how can we know the count/number of elements of an array? : Sql dba
If the application is running very slow? At what points you need to go about the database in order to improve the performance?
what are the differences between char and nchar? : Sql dba