If your ASA 5505 has the security bundle license it has the DMZ capabilities. You can define the interface in the command line:
interface fa0/7
switchport access vlan 3
no shut
interface vlan 3
ip address 192.168.110.1 255.255.255.0
nameif dmz
security-level 50
no shut
If you don't have the security bundle license you will get this error:
ERROR: This license does not allow configuring more than 2 interfaces with
nameif and without a "no forward" command on this interface or on 1 interface(s)
with nameif already configured.
This is an excerpt of the show ver output: