Subject | English | Turkish |
comp., MS | base data type | temel veri türü (Any system-supplied data type, for example, char , varchar , binary , and varbinary . User-defined data types are derived from base data types) |
comp., MS | Boolean data type | Boole veri türü (A data type with only two passable values, True (-1) or False (0). Boolean variables are stored as 16-bit (2-byte) numbers) |
comp., MS | char data type | karakter veri türü (A character data type that holds a maximum of 8,000 characters) |
comp., MS | cursor data type | imleç veri türü (A special data type used to reference a cursor) |
comp., MS | data type | veri türü (A property of a field that defines the kinds of data the field can store) |
comp., MS | External Content Type data source | Dış İçerik Türü veri kaynağı (A type of data source used to connect to an external data source) |
comp., MS | field data type | alan veri türü (A property of a field that defines the kinds of data the field can store) |
comp., MS | Integer data type | Tamsayı veri türü (A fundamental data type that holds integers. An Integer variable is stored as a 16-bit (2-byte) number ranging in value from -32,768 to 32,767) |
comp., MS | String data type | Dize veri türü (A fundamental data type that holds characters, one character per 2 bytes. A fixed-length string can contain 1 to 64K characters; a variable-length string can contain 1 to 2 billion) |
comp., MS | uniqueidentifier data type | benzersiz tanımlayıcı veri türü (A data type containing a unique identification number stored as a 16-byte binary string used for storing a globally unique identifier (GUID)) |
comp., MS | Yes/No data type | Evet/Hayır veri türü (A field data type you use for fields that will contain only one of two values, such as Yes or No and True or False. Null values are not allowed) |