Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi

I am looking for proper definition of mapping in SQL. I cant find any good resource from internet.
Please send me links or explain if you can.


Thanks
Posted

Mapping is logical connection between two entities.

In SQL, you can Map
Database[^],
Data types[^],
Tables to Objects[^]
SQL types to JAVA types[^]

Also refer this thread for more:
Requirements for using SQL mapping[^]

Here are more Details in pdf[^]
 
Share this answer
 
Comments
codeBegin 6-Jun-12 0:38am    
Good collection +5
Prasad_Kulkarni 20-Jun-12 5:40am    
Thank you codeBegin
There is no notion of mapping in SQL.

You can map programming data types to SQL specific data types, you can map "objects" to "tables".
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900