How do I create a memory optimized filegroup?
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.
Can a table have no primary key?
Why you are not able to create a table using select command,if it is having a LONG column? for eg:create table test as select * from test1 here test1 containg a column having LONG datatype...
What are different types of triggers?
Why sql query is slow?
Does sqlite need a server?
what is single byte over head in oracle..?
what is a stored procedure? : Sql dba
what is the difference between myisam static and myisam dynamic? : Sql dba
What is a unique key and primary key and foreign key?
have table with two columns with datatypes as number and varchar and the values in A column like 1,2,3 AND B column values like a,b,c. now need to display data in a single column as 1,a,2,b,3,c.
How to select all records from the table?