What is the translation of " NOT NULL " in English?

NOT NULL

Examples of using Not null in German and their translations into English

{-}
  • Programming category close
  • Colloquial category close
  • Official category close
  • Ecclesiastic category close
  • Medicine category close
  • Financial category close
  • Ecclesiastic category close
  • Political category close
  • Computer category close
  • Official/political category close
  • Political category close
NOT NULL für zwingende Eingabe.
NOT NULL for forcing data input.
Die Bedingung für diese Spalte ist mit NOT NULL angegeben.
The column's constraint is declared as NOT NULL.
Die NOT NULL -Eigenschaft der Spalte EMPLOYEE_ID geht verloren.
The NOT NULL property of the parameter is lost.
Lege *sqldata auf den übergebenen Wert fest und *sqlind auf 0 für NOT NULL.
Set*sqldata to the supplied value and*sqlind to 0 for NOT NULL.
Bug„IS NOT NULL" erzeugt im Report Manager einen Fehler.
Bug"IS NOT NULL" creates error within the Report Manager.
Bei der UPPER -Funktion bleibt die NOT NULL -Eigenschaft des Parameters erhalten.
The UPPER function preserves the NOT NULL property of the LAST_NAME column.
NOT NULL bedeutet, auch wenn das Feld leer ist, bedeutet nicht falsch sondern einen leeren String.
NOT NULL means even if this field is empty, it isn't false, but an empty string.
Zum Beispiel sind NOT NULL und DEFAULT NULL widersprüchlich.
For instance, NOT NULL and DEFAULT NULL are contradictory.
Die Spalte ist auf NULL festgelegt, sie muss jedoch auf NOT NULL festgelegt sein.
The column is set to NULL, but it must be set to NOT NULL.
Ist eine Spalte als NOT NULL definiert, dann erhält RDB$NULL_FLAG den Wert eins.
If a field has been specified as NOT NULL, the value 1 is displayed in the RDB$NULL_FLAG column.
Hat"REQUIRED" den Wert"true", wird die Spalte in MySQL zu"NOT NULL" umgesetzt und umgekehrt.
If"REQUIRED" is set to"true",the column will be set"NOT NULL" in MySQL and vice versa.
Im Moment ist das entweder"not NULL","primary key", eine Kombination der beiden Flags oder"" ein leerer String.
Currently this is either,"not NULL","primary key", a combination of the two or"" an empty string.
Seit Version 2.0, das RDB$PASSWD-Feld in der Sicherheitsdatenbank ist als NOT NULL definiert.
From v.2.0 onward,the RDB$PASSWD field in the security database is constrained as NOT NULL.
Alle Standardwerte oder Einschränkungen wie NOT NULL oder CHECK-Einschränkungen werden nicht vererbt.
Any default value or constraints such as NOT NULL or CHECK constraints are not inherited.
Bei der Indizierung mit einer Benutzer-definierten Funktion gibt es aber keinen NOT NULL -Constraint.
An index on a user-defined function, however,does not impose a NOT NULL constraint on the index expression.
Es wurde ein falsches Skript erstellt, wenn NOT NULL Felder zu einer Tabelle mit Standardwerten hinzugefügt wurden.
The wrong script was generated when NOT NULL fields were added to a table containing default values.
Keiner dieser drei Spalten muss zwingend eindeutig sein,aber ihr kombinierter Wert muss eindeutig sein und NOT NULL.
Neither of these columns is required to be unique by itself,but their combined value must be unique and NOT NULL.
In Firebird 2.5 und niedriger darf die Einschränkung NOT NULL weder für eine Domain aktiviert noch deaktiviert werden.
In Firebird 2.5 and lower, the NOT NULL constraint can be neither enabled nor disabled for a domain.
Die optionale NOT NULL -Klausel gibt an, dass die Spalte NULL anstelle eines Wertes nicht verwenden darf.
The optional NOT NULL clause specifies that the column cannot take NULL in place of a value.
Dadurch ist es möglich, eine UNIQUE -Beschränkung füreine Spalte zu definieren, die nicht die Einschränkung NOT NULL hat.
That makes it possible to define a UNIQUEconstraint on a column that does not have the NOT NULL constraint.
Ein fehlender NOT NULL -Constraint kann bei der Oracle Datenbank die Indexnutzung einschränken- insbesondere bei count(*) -Abfragen.
A missing NOT NULL constraint can prevent index usage in an Oracle database-especially for count(*) queries.
Es ist nicht möglich, eine Domain-basierte Spalte zu definieren, die nullbar ist,wenn die Domain mit dem Attribut NOT NULL definiert wurde.
It is not possible to define a domain-based column thatis nullable if the domain was defined with the NOT NULL attribute.
Die Beschreibung und die Attribute"NOT NULL" für Tabellen werden mit SQL-Anweisungen anstelle von Systemtabellen jetzt hinzugefügt.
Description and NOT NULL attributes for tables are added with SQL statements instead of using system tables now.
Eine Primärschlüssel ist nichts anderes,als eine eindeutige Beschränkung vervollständigt durch einen System index und die Prüfbeschränkung NOT NULL.
A primary key column is nothingother than a unique constraint complemented by a system index and the check constraint NOT NULL.
Die Einschränkung NOT NULL kann auch für jeden beliebigen Parameter angegeben werden, um zu verhindern, dass NULL übergeben oder zugewiesen wird.
The NOT NULL constraint can also be specified for any parameter, to prevent NULL being passed or assigned to it.
Wenn versucht wird, einen Code zu Null zu machen, gibt der Manager diese Fehlermeldung aus: ExecAppend:Fail to add null value in not null attribute cod_country.
Upon trying to put a NULL code, the manager will return the error: ExecAppend:Fail to add null value in not null attribute cod_country.
Sie müssen keine NOT NULL -Einschränkung definiert haben, obwohl sie, wenn sie der Primärschlüssel sind, natürlich diese Einschränkung haben.
They need not have a NOT NULL constraint defined on them although, if they are the primary key, they will, of course, have that constraint.
Wenn Sie eine Domain haben möchten, die zum Definieren sowohl von nullbaren als auch von nicht-nullbaren Spalten und Variablenverwendet werden kann, empfiehlt es sich, die Domain auf null zu setzen und NOT NULL in der Spaltendefinition zu verwenden.
If you want to have a domain that might be used for defining both nullable and non-nullable columns and variables,it is better practice to make the domain nullable and apply NOT NULL in the downstream column definitions and variable declarations.
Dies ist nur möglich, wenn jede NOT NULL- oder CHECK -basierte Spalte in der Tabelle entweder einen gültigen Standardwert deklariert hat oder die Werte über einen BEFORE INSERT -Trigger erhält.
This is only possible if every NOT NULL or CHECK ed column in the table either has a valid default declared or gets such a value from a BEFORE INSERT trigger.
NULL heißt nicht die Zahl 0, sondern so viel wie existiert nicht, wie falsch in PHP, die Datenbank unterscheidet zwischen 0 und existiert nicht, hier kann eine 0 immer noch wahr sein,darum bedeutet NOT NULL so viel wie, dieses Feld hat immer einen Wert.
NULL does not mean the value 0, but not existing, similar to false in PHP, the database makes a difference between 0 and not existing, here a value of 0 canstill be true, therefore NOT NULL means this field always has a value.
Results: 61, Time: 0.0212

Word-for-word translation

Top dictionary queries

German - English