List all the data in the table.
SELECT * FROM cycling.team_average;
Apply the user-defined aggregate function
average()
to the
cyclist_time_sec
column.
SELECT average(cyclist_time_sec) FROM cycling.team_average WHERE team_name='UnitedHealthCare Pro Cycling Womens Team' AND race_title='Amgen Tour of California Women''s Race presented by SRAM - Stage 1 - Lake Tahoe > Lake Tahoe';
DataStax, Titan, and TitanDB are registered trademarks of DataStax, Inc. and its
subsidiaries in the United States and/or other countries.
Apache, Apache Cassandra, Cassandra, Apache Tomcat, Tomcat, Apache Lucene,
Apache Solr, Apache Hadoop, Hadoop, Apache Pulsar, Pulsar, Apache Spark, Spark, Apache TinkerPop, TinkerPop,
Apache Kafka and Kafka are either registered trademarks or trademarks of the Apache Software Foundation or its subsidiaries in Canada, the United States and/or
other countries.
Kubernetes is the registered trademark of the Linux Foundation.
cql60