Please explain me all types of Data models. Also give me the
details if each model can have other name.for
example:schematic data model is also known as conceptual
data model and entity relation data model.
No Answer is Posted For this Question
Be the First to Post Answer
How can I introduce multiple conditions in like operator?
Is oracle a language?
sql command 2 know current database
I want a table like, no name address addr1 addr2 So i want columns like addr1,addr2 under address column. Can one please answer me. Advance Thanks.
What is the best way to do multi-row insert in oracle?
How to recover a dropped table in oracle?
How to assign query results to variables?
Explain enable novalidate constraint.
How to view the data files in the current database?
7. Repeat query (7) but also display all clients who have never ordered anything.
when loggined as SYSTEM,how to display all the users of database using sql query?
Tab A A B ------ 1 A 2 B 3 C Tab B A B ----- 4 D 5 E 6 F Generate the value into B table from A table. Only table A has the value. Write the SQL query to get B table value.