Microsoft
Software
Hardware
Network
Question : Database
I was wondering,
When we declare a column say
Employee_Name varchar(100)
Does it mean that for each record 100 character would be blocked
in the database memory irrespective of the actual length of the
employee or the number just represent the maximum size.
The memory taken up will depend on the employee name
If the later is true then what should prevent us from giving
huge numbers in those brackets??
Answer : Database
>Does it mean that for each record 100 character would be blocked
no. that would be if you had written:
Employee_Name char(100)
Random Solutions
Data menu inactive for Excel files opened in IE
Copy all distinct data from one table to another
How do I prevent that somebody steals my pictures ?
Verify input data from database via call to ASP
shortcuts within documents and setting folder will not open
Assist Q. w/security: Deny Delete right on folder does not prevent deletion
prefetch files
How do I forward a http request?
Is the Access database can handle 60+ user?
inner join and an outer join in one query