Question:
Can I insert comments inside a SQL query, like /* */ and //in C++?
Answer:
SQL supports /* and */ for comments inside stored procedures and queries. You also can use — at the beginning to comment out a single line.
Charlie has over a decade of experience in website administration and technology management. As the site admin, he oversees all technical aspects of running a high-traffic online platform, ensuring optimal performance, security, and user experience.























