What is the quickest way to export a table to a flat file?
No Answer is Posted For this Question
Be the First to Post Answer
what is query and types of query
How to convert csv to table in oracle?
Explain what are the type of synonyms?
Can we connect to ORACLE db using Windows Authentication?
I have a table like this Table Name:Products Productid Price 1 10 1 10 2 20 3 30 3 30 But i want to output like this. productid price 2 20. please replay me.
How to export your own schema?
how to store only time in a data base table
What is a snapshot in oracle database?
How to start your 10g xe server?
How to define Data Block size ?
I just want to maintain data like an employee can belongs to 3 or more departments . We can resolve this by using composite key but it avoids normalization rules. So Can anyone tell me how can I maintain data.
If a table column has is UNIQUE and has NOT NULL, is it equivalent to a PRIMARY KEY column?