+ 2

What are the Database Objects in SQL???

27th Nov 2016, 6:53 PM
Jenny Lance
Jenny Lance - avatar
2 Respuestas
+ 2
Depends on the RDBMS Typical ones are Tables Views Triggers Procedures Macros Functions But you won't see all.of them in all RDBMS, or they may be named differently
28th Nov 2016, 10:02 AM
ViceKnightTA
ViceKnightTA - avatar
- 1
Constraints Database links Triggers Indexes Views Packages Sequences Functions Procedures Synonyms Tables Views These are database objects specific to schema and there are nonschema database as follows: Contexts Directories Parameter files (PFILEs) Server Parameter files (SPFILEs) Profiles Roles Rollback segments Tablespaces Users
26th Feb 2017, 12:03 PM
Ashish Shakya