i have a relation

Movie(title,year,length,filmtype,incolor,studionam e,producer)

Now i want to write a SQL query that shows me only the name of the studio
that has produced most movies in year 2006.
How can i do that using SQL query?