About hosting a subdomain with A record to a webserver using netlify DNS

Guys I have a web server running at oracle. I was just wondering if I can add an A record of that server on my Netlify DNS records panel to point a subdomain to that server or not? I haven’t tried that yet thinking if it would break anything or not. For example: suppose my server is running at this IP: 162.11.11.11 and I want to use a subdomain zakserver for that. So, I want to do the following in the netlify dns records panel.

zakserver.nirzak.tech A 162.11.11.11

is it possible on netlify?

Yes it’s possible. Go ahead and add it.

Thanks a lot for the answer!