#5: Perform SQL Query and show only the first five results. <~Default~> Colors DarkGray White ............................... <~Default~> Info Finding next five (5) available IPs ............................... <~Default~> QuerySQLColNames Address ............................... <~Default~> QuerySQLMaxResults 5 ............................... <~Default~> Colors Black Yellow ............................... <~Default~> QuerySQL SQLNextOpenIP sqlserver.edu ipsDatabase SELECT RTRIM(Address),Id,RTRIM(Subnet),RTRIM(MAC),RTRIM(VLAN),RTRIM(Username),RTRIM(ComputerName),RTRIM(tagNumber),RTRIM(Location) FROM ipsTable WHERE VLAN LIKE '<~IPListNextFiveVLAN~>%' AND (tagNumber='' OR tagNumber IS NULL) AND (computerName='' OR computerName IS NULL) AND (MAC='' OR MAC IS NULL) AND (Username='' OR Username IS NULL) ORDER BY Address; ............................... <~Default~> Colors DarkGray White ............................... <~Default~> Info SQL Query Results ............................... <~Default~> Colors Black Yellow ............................... <~Default~> Info <~SQLNextOpenIP~>