Prepare
Practice
Interview
Aptitude
Reasoning
English
GD
Placement papers
HR
Current affairs
Engineering
MCA
MBA
Online test
Login
Form defines width of each field - Database
Home
>>
Category
>>
Programming Language (MCQ) questions
>>
Database
Q. What does a form define?
- Published on 27 Aug 15
a.
Where data is placed on screen
b.
The width of each field
c.
Both A and B
d.
None of the above
ANSWER: The width of each field
Related Content
Networking (
207
)
Database (
97
)
C programming (
58
)
Software Engineering (
28
)
SQL (
5
)
HTML (
74
)
Web Technologies (
11
)
Data Structure (
140
)
Operating System (
96
)
Java (
25
)
Oracle (
5
)
C++ (
50
)
Algorithms (
7
)
PL/SQL (
13
)
JavaScript (
7
)
XML (
0
)
CSS (
1
)
Discussion
Nirja Shah
-Posted on 30 Oct 15
- In the context of database, a form is a window or screen which contains numerous fields, or spaces to enter data.
- For any user who views the form gets an idea of its contents as each field holds a field label.
- Using a form is more easy than generating queries to create tables and insert data into fields.
- Databases like SQL and Oracle do not use built-in forms, employing the query option for data creation and manipulation instead.
- For handling these databases it is essential to have querying knowledge.
- For easy form access and manipulation the fields and field labels are organized in a logical manner.
- While making an entry into fields of a form, it is important to be careful about the field types, which are generally set when the form is created.
- An attempt to enter values that do not satisfy the field constraints will fail.
- For instance, a field with a field type "not null" does not take null values and cannot be left blank.
- Some fields may also have table relationships connected by using a foreign key; any alteration done to such a field in a form will need special care.
- Some online databases also have built-in form templates included in them.
- These databases can easily be used by users who are not even aware of scripting, as all entries and changes can be made in the form by a single click.
➨
Post your comment / Share knowledge
Required!
Required!
Invalid Email Id!
Required!
Enter the code shown above:
Please enter the code shown above
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)
MCQs
English
Tutorials
Download
▲