get the list of all available sobject in salesforce database using Apex (Dynamic Apex)
Map<String, Schema.SObjectType> m = Schema.getGlobalDescribe() ; system.debug('///' + m );
restrict any Trigger to fire only once create instance of sobject dynamically