What is the difference between a schema and a table and a database?

后端 未结 14 1184
一整个雨季
一整个雨季 2020-12-07 07:18

This is probably a n00blike (or worse) question. But I\'ve always viewed a schema as a table definition in a database. This is wrong or not entirely correct. I don\'t rememb

14条回答
  •  失恋的感觉
    2020-12-07 07:32

    In oracle Schema is one user under one database,For example scott is one schema in database orcl. In one database we may have many schema's like scott

提交回复
热议问题