Output the sku

I need this line of code to retrieve and display the sku and so far I cannot get it to echo the sku. Please help.
<?php echo $this->escapeHtml($this->getSku());?>
Was this page helpful?