Question: 8. Which SQL statement is used to return only different values? (1 Point) SELECT DISTINCT SELECT ALL SELECT DIFFRENT SELECT UNIQUE 9. (1 Point)
8. Which SQL statement is used to return only different values? " (1 Point) SELECT DISTINCT SELECT ALL SELECT DIFFRENT SELECT UNIQUE 9. "(1 Point) removes all rows from a table without logging the deletion of individual rows. TRUNCATE DELETE REMOVE DROP 10. Why using SELECT * in an SQL Query is a Bad Practice? * (1 Point) Unnecessary 10 or retrieving unnecescary data that will fust be ignored. Increased Network Traffic - SELECT * returns more data than required to the client, which in turn will use more network bandwath. This increase in network bandwidth also means that data will take a longer time to reach the client application, which. could be SsMS or your Java application sever More Memiory - due to thit increase in duta, your application may require more memary yust to hold unnecessary data that wilf not be used All 11. Whikh of the data type has a storage size of 8 bytes? " (1 Point) dotetime bigint money uriqueidenthar Al kxipt uniquedentries 12. Which squ karnoid in ased bo sort the remat-set? " (1-Poind) severt in
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
