When I right click on the table name I click on select top 1000 rows
and it gives me this script
/****** Script for SelectTopNRows command from SSMS ******/
SELECT TOP 1000 [response_id]
,[submitter]
,[submitterdept]
,[employee]
,[employeedept]
,[rating1]
,[rating2]
,[rating3]
,[rating4]
,[rating5]
,[commentpositive]
,[commentnegative]
,[star]
,[commentdate]
,[status]
,[approvedby]
,[approveddate]
,[execoffice_status]
,[execoffice_approvedby]
,[execoffice_date]
FROM [Intranet].[dbo].[CSEReduxResponses]
How do I see the script of the table? There is nothing I have tried when I right click on the table that i can see the script.