У нас вы можете посмотреть бесплатно L01-02-DataRepresentation--SubjectTable_Fall2021 или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
This is a recording from Fall 2021. It covers T01-02. Errata for L01-02-DataRepresentation--SubjectTable_Fall2021 1) In the Input Mask property, the second part of the Input Mask indicates if the literal characters of the mask should be as data. A code of ‘0’ stores literal characters. ‘1’ or leaving it blank does not store literal characters. For example, an input mask for a phone number could be: (999) 000-0000;0;_ This would store the parentheses, space, and hyphen in the phone number requiring the Short Text field to be at least 14 characters. 2) The field hypStudent-EMail should have its type set to Hyperlink 3) Microsoft advises against using Decimal as a field length for Number fields. Instead, you should use Double. The fields decStudent-SecondarySchoolGPA and decStudent-SecondarySchoolGPAScale, are now dblStudent-SecondarySchoolGPA and dblStudent-SecondarySchoolGPAScale. 4) att*-Attachments is no longer used.