answersLogoWhite

0

What does enforces user defined rules means?

Updated: 8/20/2019
User Avatar

Wiki User

11y ago

Best Answer

it does not work

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What does enforces user defined rules means?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the characteristics of dbms?

Basic Characteristics of DBMS• Represents complex relationship between data• Controls data redundancy.• Enforces user defined rules.• Ensures data sharing.• It has automatic and intelligent backup and recovery procedures.• It has central dictionary to store information.• Pertaining to data and its manipulation.• It has different interfaces via which user can manipulate the data.• Enforces data access authorization.


What is characteristics of database management system?

Basic Characteristics of DBMS• Represents complex relationship between data• Controls data redundancy.• Enforces user defined rules.• Ensures data sharing.• It has automatic and intelligent backup and recovery procedures.• It has central dictionary to store information.• Pertaining to data and its manipulation.• It has different interfaces via which user can manipulate the data.• Enforces data access authorization.


What is the user defined object?

A user-defined object is an instance of a user-defined type, typically a class, or an enum.


What are user-defined regions?

User-defined regions refer to specific sections within a program where the user can define custom behaviors or configurations. These regions allow users to group related code or settings together for easier management and understanding. They are typically used to improve code readability and organization.


How many types of user defined exceptions are there and list them?

They are user-defined. In other words: You & Me (Users) define them (make them). There is an endless number of user-defined exceptions


What is an user defined array?

The term user-defined really means programmer-defined when referring to programming. An user-defined array is therefore an array that the programmer has declared, rather than one that is provided by a third party or is built-in to the language. In essence, any array you yourself declare is an user-defined array. The following are examples of user-defined arrays: int x[10]; // static array of 10 integer elements. Allocated at compile time. int* y = new int [5]; // dynamic array of 5 integer elements. Allocated at runtime.


What is the advantage of user-defined copy constructor?

What is the advantage of user-defined copy constructor


In c programming is main predefined or user defined?

main is predeclared and user defined.


What is use of user defined data in c?

to create user defined functions the user defined data is needed nd its useful to the programmer to create its own data.


What is a user-defined region?

A user-defined region is one that is classified by use. eg. hydro-electricity region


What does user defined mean?

User Defined Regions are a way of allowing a user to write directives around arbitrary segments of code which will allow these segments of code to be folded around. User Defined regions are regions that are defined by special product or service. They are often inside of other larger physicals, human and functional regions.


What is user exceptions?

user defined exception is created by user such as arthmetic,number format exception ...