In MS SQL Server, the record in the database is randomly displayed, which can be written like this.
SELECT TOP 5 ArticleID, Title, URL from Articles ORDER BY NEWID () is used by the newID () function in the MS SQL Server.