डेमो फील्ड में अधिकतम करेक्टर स्टोर करने की सीमा क्या है? - demo pheeld mein adhikatam karektar stor karane kee seema kya hai?

In earlier versions of Access, we used the Memo data type to store large amounts of text, and the Text data type to store shorter strings (up to 255 characters). In Access 2013 and Access 2016, these two data types have been renamed “Long Text” and “Short Text” respectively, and they have different properties and size limits depending on whether you’re using a desktop database or an Access web app. Here are the details:

Text fields in desktop databases (.accdb)

Long Text    In .accdb files, the Long Text field works the same as the Memo field of old. That is, it can store up to about a gigabyte of text, even though controls on forms and reports can only display the first 64,000 characters. You can set Long Text fields to display Rich Text, which includes formatting like bold and underline.

Short Text    In .accdb files, the Short Text field works the same as the Text field in earlier versions. It stores up to 255 characters.

Learn more about data types for Access desktop databases.

Text fields in Access web apps

Long Text    In Access web apps, the Long Text field can store up to 2^30-1 bytes, and is equivalent to the SQL Server data type of nvarchar(max). If you want, you can set a character limit to prevent your users from using the full capacity of the field. You can’t store Rich Text in Access web apps.

Short Text    In Access web apps the Short Text field is set to store 255 characters by default, but you can adjust the Character Limit property all the way up to 4000 characters. Its SQL Server equivalent is nvarchar, with length from 1 to 4000.

Learn more about data types for Access web apps.

Default controls for Long Text and Short Text fields

In most cases, Access uses Text Box controls to display Short Text or Long Text fields. However, when you add a Long Text field to a view in an Access web app, Access creates a Multiline Textbox. When using a Multiline Textbox in the browser, you can press Enter to move to a new line in the textbox. If you’re in a datasheet, you’ll need to use the scrollbars to see anything below the first line.

In Desktop databases, if a Long Text field is configured to show Rich Text, and you add that field to a form or report, Access automatically applies the Rich Text setting to the text box.

Ms Access में Table से सम्बंधित MCQ Questions

1. टेबल को निम्न में से किस प्रकार से बनाया जा सकता है
a) डिजाईन व्यू के द्वारा
b) डाटा शीट के द्वारा
c) विज़ार्ड के द्वारा
d) सभी

Correct Answer : d) सभी

2. एक डाटाबसे टेबल में जानकारी की श्रेणी को क्या कहा जाता है
a) टपल
b) रिकॉर्ड
c) फील्ड
d) उपरोक्त सभी

Correct Answer : c) फील्ड

3. एक टेबल के एक कॉलम में एक फील्ड को क्या कहते हैं
a) Database
b) Attribute
c) Tuple
d) Data

Correct Answer : b) Attribute


4. Text Data Type में अधिकतम कितने character का data store कर सकते हैं
a) 50
b) 255
c) 256
d) 56

Correct Answer : b) 255

5. Text Type Data Type में प्रयोग होता है
a) Text को स्टोर करने के लिए
b) Number को स्टोर करने के लिए
c) दोनों के लिए
d) इनमे से कोई नहीं

Correct Answer : c) दोनों के लिए

6. Table में Paste option होते है
a) Structure only
b) Structure and data
c) Append data to existing
d) उपरोक्त सभी

Correct Answer : d) उपरोक्त सभी


7. Table में Particular किसी field में से किसी record को ढूंढने के लिए किस option का use किया जाता है
a) Find and replace
b) search record
c) Go to
d) इनमे से कोई नहीं

Correct Answer : a) Find and replace

8. MEMO Data Type का use क्यों किया जाता है
a) Long description के लिए
b) currency value store करने के लिए
c) Numerical value store करने के लिए
d) इनमे से कोई नहीं

Correct Answer : a) Long description के लिए

9. Table में किसी फील्ड का नाम अधिकतम कितने Character का हो सकता है
a) 64
b) 32
c) 52
d) 11

Correct Answer : a) 64

10. MS ACCESS में table में लॉजिकल वैल्यू को स्टोर करने के लिए किस डाटा टाइप का use किया जाता है
a) True/False
b) Yes/No
c) On/Off
d) इनमे से कोई नहीं

Correct Answer : b) Yes/No

11. आवाज़, चित्र, वर्ड, एक्सेल आदि के ऑब्जेक्ट डालने या ऑब्जेक्ट लिंक करने के लिए निम्न में से कौनसा डाटा टाइप प्रयोग किया जाता है
a) Hyperlink
b) OLE
c) Text
d) Number

Correct Answer : b) OLE

12. Ms Access Date सता टाइप के लिए कितने प्रकार के फॉर्मेट होते हैं
a) 4
b) 5
c) 7
d) 9

Correct Answer : c) 7

13. Number Data type के Byte Field size में हम कितनी value store कर सकते हैं
a) 10
b) 5
c) 2
d) 3

Correct Answer : c) 2

14. Number Data type के Integer Field size में हम कितनी value store कर सकते हैं
a) 10
b) 5
c) 2
d) 3

Correct Answer : b) 5

15. Number Data type के Long Integer Field size में हम कितनी value store कर सकते हैं
a) 10
b) 5
c) 9
d) 3

Correct Answer : c) 9

16. Number Data type के Double Field size में हम कितनी value store कर सकते हैं
a) 10
b) 5
c) 2
d) 3

Correct Answer : a) 10

17. इनमे से कौनसी फील्ड design view window में नहीं होती है
a) Field name
b) Description
c) Data Type
d) Field Size

Correct Answer : d) Field Size

18. Ms Access में Replace की shortcut key क्या होती है
a) ctrl+H
b) ctrl+R
c) ctrl+F
d) alt+R

Correct Answer : a) ctrl+H

19. Table के structure में modify करने के लिए किस option का उपयोग किया जाता है
a) Wizard
b) Design View
c) Edit
d) None of these

Correct Answer : b) Design View

20. किसी भी column को hide करने का option किस menu में उपस्थित होता है
a) View
b) Records
c) Tools
d) Format

Correct Answer : d) Format

मेमो फील्ड में अधिकतम करैक्टर स्टोर करने की सीमा क्या है?

255 करैक्टर तक। Currency मुद्रा का मान या संख्या जिसकी गर्ना की िाती है।

Table में किसी फील्ड का नाम अधिकतम कितने character का हो सकता है?

टेक्‍स्‍ट डेटा टाइप के विपरीत यह अधिकतम 65,535 characters सुरक्षित रख सकता हैं।

एक्सेल में फील्ड नाम की अधिकतम लंबाई क्या है?

(1) Field Size : उदाहरण के लिए यदि डाटाटाइप text प्रकार का है तो फिल्ड का size 0 से 255 तक हो सकता है। Default String 50 है।

एक टेबल के एक कॉलम में एक फील्ड को क्या कहते है?

Detailed Solution. सही उत्तर फील्ड है। टेबल में स्तंभ को फील्ड कहा जाता है।