A program where access to the database has been predetermined by the programmer and any input from the user will not change
            this access pattern. Put another way, all SQL statements are already part of the program when it is executed. Compare this
            with 
            	 
dynamic SQL.