answersLogoWhite

0

Is sql supports oops concept

User Avatar

Anonymous

12y ago
Updated: 8/18/2019

Yes, oop in supported by oracle plsql. Check oracle doucmentation for this.

And if you want to really try something , try this :

http://computergodzilla.blogspot.com/2013/05/oracle-object-oriented-programming-in.html

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

Does java support oops concept?

Yes. Java is an Object Oriented Programming Language and it supports the OOPS concepts like Inheritance, Polymorphism etc


Is cpp complete oops?

No, C++ is not a strict OOP language as like Java and C#. C++ supports all OOPS concept like Encapsulation, Polymorphism, Inheritance etc. But C++ provides a way to expose the private data to outside world using friend functions, which is a violation of OOPS.


What type of language is delphi whether it is a oops or procedural?

its not a oops concept, its a procedural concept in data structure as well as data ananlysis n algorthim


What is the difference between hql and sql?

one of the difference is HQL does not support distinct but SQL supports the distinct in the query


How do you avoid duplicate data entry in aspnet with sql?

We can done with the help of Primary concept in Sql Server.


Oops concept in oracle?

Each entity is consider as a object


What does a video game designers work in?

there is oops concept http://coders-blog.com/


What is oops.explain briefly the elements of oops?

if any system supports for abstraction,encapsulation,inheritance and polymorphism.


Who invented the sql?

SQL was originally invented by IBM researchers in the 1970s shortly after Dr. E. F. Codd first invented the concept of a relational database.Don Chamberlin, invented SQL together with Ray Boyce, and Jim Melton, the current editor of SQL.


Do you need sql and c plus plus to code in them in Visual Studio?

Connect to a SQL Server, query with Transact-SQL (T-SQL), and view the results with the mssql plugin for Visual Studio Code. The SQL Database projects extension for VS Code comes with the mssql extension, which supports SQL projects on Windows, macOS, and Linux. To learn more about data science please visit- Learnbay.co


Pl sql programs executes in sql server?

PL\SQL is an Oracle product (the PL stands for procedural language), while Sql Server most commonly refers to Microsoft SQL Server, although at one point Sybase also marketed its product as Sql Server. Microsoft and Sybase both have a procedural language feature, called T-SQL (Transact-SQL), which is similar in concept to PL\SQL, but there are significant differences in syntax and structure. An experienced developer could convert PL\SQL to T-SQL readily, but conversion would be required. It would not run without conversion.


What database functions does MS Access support?

MS Access supports most of the ANSI-92 SQL subset.