Use of MLSLABEL data type in SQL Server

Asked By 0 points N/A Posted on -
qa-featured

What is the use of MLSLABEL data type, in SQL Server & can Oracle precompiler translate embedded SQL programs into a different procedural language.  If yes, then what are the different procedural languages it uses?

SHARE
Answered By 0 points N/A #86710

Use of MLSLABEL data type in SQL Server

qa-featured

This data type is used by trusted Oracle and is used to store data in the binary form of an operating system. It can also be used to help to access information. Any labels you may think of and are valid on your operatoring system can be inserted into an MLSLABEL column.

It can embed static SQL Operating in Java codes, so that it is compatible with Java operations and are performed using SQL. The main language DDL,  there are terms that are unique to Oracle and SQL program. It is not a strange language though it is only that it is unique to this server.  For example, Drop Table Plant, Create Table Plants.  These are just to mention a few of the terms and the language in SQL ORACLE Server.

Related Questions